Commit 2ba5061d0769c7a60984eaba2e01bd2ecbeb43d3
Exists in
master
and in
1 other branch
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,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 | } |