Commit 3de137675460661e28c96f3aac1b50a85bc749a1
1 parent
23d2a81e
Exists in
master
Use Ruby 2.2.4 by default for Heroku deployment
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app.json
docs/deployment/heroku.md
... | ... | @@ -33,7 +33,7 @@ git commit -m "Update db/seeds.rb with initial login" |
33 | 33 | heroku apps:create |
34 | 34 | heroku addons:create mongolab:sandbox |
35 | 35 | heroku addons:create sendgrid:starter |
36 | -heroku config:set GEMFILE_RUBY_VERSION=2.2.3 | |
36 | +heroku config:set GEMFILE_RUBY_VERSION=2.2.4 | |
37 | 37 | heroku config:set SECRET_KEY_BASE="$(bundle exec rake secret)" |
38 | 38 | heroku config:set ERRBIT_HOST=some-hostname.example.com |
39 | 39 | heroku config:set ERRBIT_EMAIL_FROM=example@example.com | ... | ... |