Skip to content

Commit

Permalink
Set Ruby version to 2.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoulbak committed Feb 5, 2020
1 parent 10efa1a commit 5ed691c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM heroku/heroku:18-build

# Which versions?
ENV RUBY_MAJOR_VERSION 2.7.0
ENV RUBY_VERSION 2.7.0
ENV RUBY_MAJOR_VERSION 2.5.7
ENV RUBY_VERSION 2.5.7
# https://devcenter.heroku.com/articles/ruby-support#libraries
ENV BUNDLER_VERSION 2.0.2
ENV NODE_VERSION 12.14.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Usage: `FROM nerdsandcompany/docker-heroku-rails`
# Specifications

* Heroku 18
* Ruby 2.7.0
* Ruby 2.5.7
* Bundler 2.0.2
* Node 12.14.1
* Yarn 1.21.1
Expand Down

0 comments on commit 5ed691c

Please sign in to comment.