Skip to content

Commit 8ccbd8f

Browse files
committed
update ruby version to 2.5.3
1 parent 0af2f67 commit 8ccbd8f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.4
1+
FROM ruby:2.5.3
22
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
33
RUN mkdir /myapp
44
WORKDIR /myapp

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '2.4.5'
4+
ruby '2.5.3'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77
gem 'rails', '~> 5.2.2'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ DEPENDENCIES
200200
tzinfo-data
201201

202202
RUBY VERSION
203-
ruby 2.4.5p335
203+
ruby 2.5.3p105
204204

205205
BUNDLED WITH
206206
1.17.3

0 commit comments

Comments
 (0)