Skip to content

Commit

Permalink
Merge pull request #10 from nerds-and-company/feature/updating-to-rub…
Browse files Browse the repository at this point in the history
…y-2-7-0

Updated dependency versions
  • Loading branch information
sjoulbak authored Jan 27, 2020
2 parents 8062a04 + 17cf11e commit 10efa1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM heroku/heroku:18-build

# Which versions?
ENV RUBY_MAJOR_VERSION 2.6.0
ENV RUBY_VERSION 2.6.4
ENV RUBY_MAJOR_VERSION 2.7.0
ENV RUBY_VERSION 2.7.0
# https://devcenter.heroku.com/articles/ruby-support#libraries
ENV BUNDLER_VERSION 2.0.2
ENV NODE_VERSION 12.9.0
ENV YARN_VERSION 1.17.3
ENV NODE_VERSION 12.14.1
ENV YARN_VERSION 1.21.1

ENV LC_ALL en_US.UTF-8

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

* Heroku 18
* Ruby 2.6.4
* Ruby 2.7.0
* Bundler 2.0.2
* Node 12.9.0
* Node 12.14.1
* Yarn 1.21.1
* Chrome
* ChromeDriver

0 comments on commit 10efa1a

Please sign in to comment.