Commit 1b3abc6e44f52e99e7b5143a1868fd796fbddb40
Exists in
master
Merge pull request #1010 from tricknotes/ruby-2.2.4
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
@@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
5 | "repository": "https://github.com/errbit/errbit", | 5 | "repository": "https://github.com/errbit/errbit", |
6 | "env": { | 6 | "env": { |
7 | "ERRBIT_ENFORCE_SSL": "true", | 7 | "ERRBIT_ENFORCE_SSL": "true", |
8 | - "GEMFILE_RUBY_VERSION": "2.2.3", | 8 | + "GEMFILE_RUBY_VERSION": "2.2.4", |
9 | "SECRET_KEY_BASE": { | 9 | "SECRET_KEY_BASE": { |
10 | "generator": "secret" | 10 | "generator": "secret" |
11 | }, | 11 | }, |
docs/deployment/heroku.md
@@ -33,7 +33,7 @@ git commit -m "Update db/seeds.rb with initial login" | @@ -33,7 +33,7 @@ git commit -m "Update db/seeds.rb with initial login" | ||
33 | heroku apps:create | 33 | heroku apps:create |
34 | heroku addons:create mongolab:sandbox | 34 | heroku addons:create mongolab:sandbox |
35 | heroku addons:create sendgrid:starter | 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 | heroku config:set SECRET_KEY_BASE="$(bundle exec rake secret)" | 37 | heroku config:set SECRET_KEY_BASE="$(bundle exec rake secret)" |
38 | heroku config:set ERRBIT_HOST=some-hostname.example.com | 38 | heroku config:set ERRBIT_HOST=some-hostname.example.com |
39 | heroku config:set ERRBIT_EMAIL_FROM=example@example.com | 39 | heroku config:set ERRBIT_EMAIL_FROM=example@example.com |