Skip to content

Commit

Permalink
Updgrade to ruby 2.7.1 and node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
bvangennep committed May 12, 2020
1 parent 10efa1a commit 87bc80f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM heroku/heroku:18-build

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

ENV LC_ALL en_US.UTF-8

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

* Heroku 18
* Ruby 2.7.0
* Ruby 2.7.1
* Bundler 2.0.2
* Node 12.14.1
* Yarn 1.21.1
* Node 14.2.0
* Yarn 1.22.4
* Chrome
* ChromeDriver

0 comments on commit 87bc80f

Please sign in to comment.