From f992a3bf3597073920e63f596e62ac406a54dfbb Mon Sep 17 00:00:00 2001 From: Pablo Vicente Date: Mon, 20 Oct 2014 12:24:54 +0100 Subject: [PATCH 1/2] Update Heroku ruby version --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0e71fb2d4d..32d4253f0b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' if ENV["HEROKU"] - ruby '2.0.0' + ruby '2.1.3' gem "pg" gem "thin" # Change this to another web server if you want (ie. unicorn, passenger, puma...) From adb648153405326a4620a082410e75f31c929e4c Mon Sep 17 00:00:00 2001 From: Pablo Vicente Date: Mon, 20 Oct 2014 12:28:41 +0100 Subject: [PATCH 2/2] Travis test against Ruby 2.1.3 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index edff0d0187..c73d7cd506 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: ruby rvm: + - 2.1.3 - 2.1.1 - 2.0.0 env: