From 1e2fcbb958c62e5d1565046e817bef6e29de9c49 Mon Sep 17 00:00:00 2001 From: Yuki Nishijima Date: Mon, 13 Apr 2015 20:19:25 -0700 Subject: [PATCH] Use Ruby 2.2.2 on travis This is required to run https://github.com/rails/rails/pull/19752 successfully. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6fa8c491a5..80eaa0deb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ env: - "GEM=ar:postgresql" - "GEM=aj:integration" rvm: - - 2.2.1 + - 2.2.2 - ruby-head - rbx-2 - jruby-head -- GitLab