Commit 0ac6eff8cf9edf9ad8f2f3172b93df13490549d0

Authored by Ryunosuke SATO
1 parent c6548a8e
Exists in master and in 1 other branch production

Use Ruby 2.2.3 by default for Heroku deployment

Ruby 2.2.3 is the latest release of Ruby.
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -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.0", 8 + "GEMFILE_RUBY_VERSION": "2.2.3",
9 "SECRET_KEY_BASE": { 9 "SECRET_KEY_BASE": {
10 "generator": "secret" 10 "generator": "secret"
11 } 11 }