We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af2f67 commit 8ccbd8fCopy full SHA for 8ccbd8f
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ruby:2.4
+FROM ruby:2.5.3
2
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
3
RUN mkdir /myapp
4
WORKDIR /myapp
Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
-ruby '2.4.5'
+ruby '2.5.3'
5
6
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7
gem 'rails', '~> 5.2.2'
Gemfile.lock
@@ -200,7 +200,7 @@ DEPENDENCIES
200
tzinfo-data
201
202
RUBY VERSION
203
- ruby 2.4.5p335
+ ruby 2.5.3p105
204
205
BUNDLED WITH
206
1.17.3
0 commit comments