From a6a65919457defafdc0eafd56987053685e4f1e1 Mon Sep 17 00:00:00 2001 From: Sean McGregor Date: Sat, 2 Jan 2016 21:48:15 -0800 Subject: [PATCH 1/2] updated ruby version to 2.2.4 --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 4c12b6e..832ca9c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'http://rubygems.org' -ruby "2.2.3" +ruby "2.2.4" # Core System gem 'rails', '~> 4.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 6459ce9..beea9da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -165,7 +165,7 @@ GEM net-http-persistent (2.9.4) net-scp (1.2.1) net-ssh (>= 2.6.5) - net-ssh (3.0.1) + net-ssh (3.0.2) net-ssh-gateway (1.2.0) net-ssh (>= 2.6.5) netrc (0.11.0) From fc954dbe131176eeff7455bafa4958a222ca87b5 Mon Sep 17 00:00:00 2001 From: Sean McGregor Date: Sat, 2 Jan 2016 21:57:26 -0800 Subject: [PATCH 2/2] updated ruby version in .travis.yml file to 2.2.4 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9b43c1e..4462970 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ before_install: - git submodule update --init --recursive language: ruby rvm: -- 2.2.3 +- 2.2.4 env: global: - DB=mysql