From 0ac6eff8cf9edf9ad8f2f3172b93df13490549d0 Mon Sep 17 00:00:00 2001 From: Ryunosuke SATO Date: Sat, 5 Sep 2015 15:40:06 +0900 Subject: [PATCH] Use Ruby 2.2.3 by default for Heroku deployment --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 4ffcf64..8d0e424 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.0", + "GEMFILE_RUBY_VERSION": "2.2.3", "SECRET_KEY_BASE": { "generator": "secret" } -- libgit2 0.21.2