Commit 2ba5061d0769c7a60984eaba2e01bd2ecbeb43d3

Authored by Stephen Crosby
2 parents 7f9e835e 0ac6eff8
Exists in master and in 1 other branch production

Merge pull request #939 from tricknotes/ruby-2.2.3

Use Ruby 2.2.3 by default for Heroku deployment
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 }
... ...