Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
update deps and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davemcorwin committed Nov 16, 2021
1 parent ae937c4 commit ae15e4e
Show file tree
Hide file tree
Showing 7 changed files with 87 additions and 303 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.6
2.7.4
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.6.6
FROM ruby:2.7.4

RUN apt-get update && \
apt-get install --reinstall -y locales && \
Expand All @@ -16,6 +16,7 @@ WORKDIR /app
COPY Gemfile /app
COPY Gemfile.lock /app

RUN gem install bundler:1.17.2
RUN bundle install

EXPOSE 4000
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruby '>= 2.6.6'
ruby '>= 2.7.4'

source "https://rubygems.org"

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ DEPENDENCIES
tzinfo-data

RUBY VERSION
ruby 2.6.6p146
ruby 2.7.4p191

BUNDLED WITH
1.17.2
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
node:
image: node:12
image: node:14
working_dir: /app
volumes:
- .:/app:delegated
Expand Down
Loading

0 comments on commit ae15e4e

Please sign in to comment.