Skip to content

Commit

Permalink
Update to ruby 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bvangennep committed Dec 9, 2020
1 parent 87bc80f commit 29f7047
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM heroku/heroku:18-build
FROM heroku/heroku:20-build

# Which versions?
ENV RUBY_MAJOR_VERSION 2.7.0
ENV RUBY_VERSION 2.7.1
ENV RUBY_VERSION 2.7.2
# https://devcenter.heroku.com/articles/ruby-support#libraries
ENV BUNDLER_VERSION 2.0.2
ENV NODE_VERSION 14.2.0
ENV YARN_VERSION 1.22.4
ENV NODE_VERSION 14.15.1
ENV YARN_VERSION 1.22.10

ENV LC_ALL en_US.UTF-8

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Usage: `FROM nerdsandcompany/docker-heroku-rails`

# Specifications

* Heroku 18
* Ruby 2.7.1
* Heroku 20
* Ruby 2.7.2
* Bundler 2.0.2
* Node 14.2.0
* Yarn 1.22.4
* Node 14.15.1
* Yarn 1.22.10
* Chrome
* ChromeDriver

0 comments on commit 29f7047

Please sign in to comment.