diff --git a/app.json b/app.json index f9b11cbf7..d75e9caae 100644 --- a/app.json +++ b/app.json @@ -5,7 +5,7 @@ "repository": "https://github.com/errbit/errbit", "env": { "ERRBIT_ENFORCE_SSL": "true", - "GEMFILE_RUBY_VERSION": "2.2.4", + "GEMFILE_RUBY_VERSION": "2.3.0", "SECRET_KEY_BASE": { "generator": "secret" }, diff --git a/docs/deployment/heroku.md b/docs/deployment/heroku.md index a07512e76..b553164ee 100644 --- a/docs/deployment/heroku.md +++ b/docs/deployment/heroku.md @@ -33,7 +33,7 @@ git commit -m "Update db/seeds.rb with initial login" heroku apps:create heroku addons:create mongolab:sandbox heroku addons:create sendgrid:starter -heroku config:set GEMFILE_RUBY_VERSION=2.2.4 +heroku config:set GEMFILE_RUBY_VERSION=2.3.0 heroku config:set SECRET_KEY_BASE="$(bundle exec rake secret)" heroku config:set ERRBIT_HOST=some-hostname.example.com heroku config:set ERRBIT_EMAIL_FROM=example@example.com