We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f459a2 commit fe3dd3bCopy full SHA for fe3dd3b
.ruby-version
@@ -1 +1 @@
1
-2.4.4
+2.5.1
Dockerfile
@@ -1,4 +1,4 @@
-FROM ruby:2.4.4
+FROM ruby:2.5.1
2
RUN apt-get update -qq && apt-get upgrade -y
3
RUN apt-get install -y build-essential nodejs && apt-get clean
4
RUN gem install foreman
Gemfile.lock
@@ -388,7 +388,7 @@ DEPENDENCIES
388
wraith (~> 4.2)
389
390
RUBY VERSION
391
- ruby 2.4.4p296
+ ruby 2.5.1p57
392
393
BUNDLED WITH
394
1.16.1
0 commit comments