From 269d7b3588ccb0fe3443709bd02d1ccc4296ac4c Mon Sep 17 00:00:00 2001 From: Ryunosuke SATO Date: Mon, 18 Jan 2016 19:25:49 +0900 Subject: [PATCH] Use Ruby 2.3.0 by default for Heroku deployment --- app.json | 2 +- docs/deployment/heroku.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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