Skip to content

Commit fe3dd3b

Browse files
committed
Bump to ruby-2.5.1
1 parent 1f459a2 commit fe3dd3b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.4
1+
2.5.1

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.4.4
1+
FROM ruby:2.5.1
22
RUN apt-get update -qq && apt-get upgrade -y
33
RUN apt-get install -y build-essential nodejs && apt-get clean
44
RUN gem install foreman

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ DEPENDENCIES
388388
wraith (~> 4.2)
389389

390390
RUBY VERSION
391-
ruby 2.4.4p296
391+
ruby 2.5.1p57
392392

393393
BUNDLED WITH
394394
1.16.1

0 commit comments

Comments
 (0)