From 3de137675460661e28c96f3aac1b50a85bc749a1 Mon Sep 17 00:00:00 2001 From: Ryunosuke SATO Date: Sun, 20 Dec 2015 16:45:19 +0900 Subject: [PATCH] Use Ruby 2.2.4 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 c32d3a4..f9b11cb 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.3", + "GEMFILE_RUBY_VERSION": "2.2.4", "SECRET_KEY_BASE": { "generator": "secret" }, diff --git a/docs/deployment/heroku.md b/docs/deployment/heroku.md index a5e4df9..a07512e 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.3 +heroku config:set GEMFILE_RUBY_VERSION=2.2.4 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 -- libgit2 0.21.2