Skip to content

Commit

Permalink
Merge pull request #12 from nerds-and-company/feature/upgrading-ruby-…
Browse files Browse the repository at this point in the history
…2-7-5

Updated ruby version to 2.7.5 and updated bundler version to 2.2.21
  • Loading branch information
sjoulbak authored Dec 1, 2021
2 parents 51d6e8f + cd76a0e commit fdf9cdd
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 fdf9cdd

Please sign in to comment.