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
app.json
... ... @@ -5,7 +5,7 @@
5 5 "repository": "https://github.com/errbit/errbit",
6 6 "env": {
7 7 "ERRBIT_ENFORCE_SSL": "true",
8   - "GEMFILE_RUBY_VERSION": "2.2.0",
  8 + "GEMFILE_RUBY_VERSION": "2.2.3",
9 9 "SECRET_KEY_BASE": {
10 10 "generator": "secret"
11 11 }
... ...