Skip to content

Commit

Permalink
Updated ruby version to 2.7.5 and updated bundler version to 2.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoulbak committed Dec 1, 2021
1 parent 51d6e8f commit cd76a0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM heroku/heroku:20-build

# Which versions?
ENV RUBY_MAJOR_VERSION 2.7.0
ENV RUBY_VERSION 2.7.2
ENV RUBY_VERSION 2.7.5
# https://devcenter.heroku.com/articles/ruby-support#libraries
ENV BUNDLER_VERSION 2.1.4
ENV BUNDLER_VERSION 2.2.21
ENV NODE_VERSION 14.15.1
ENV YARN_VERSION 1.22.10

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

* Heroku 20
* Ruby 2.7.2
* Bundler 2.0.2
* Ruby 2.7.5
* Bundler 2.2.21
* Node 14.15.1
* Yarn 1.22.10
* Chrome
Expand Down

0 comments on commit cd76a0e

Please sign in to comment.