From 40d7b11d90d9d407557d8cd8900807afe55abcac Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Thu, 2 Jun 2016 13:13:52 +0930 Subject: [PATCH] #952 Try ruby 2.3.1 --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.ruby-version b/.ruby-version index 530cdd91a..2bf1c1ccf 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.2.4 +2.3.1 diff --git a/Gemfile b/Gemfile index d5182a1d1..ae8a85ccf 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -ruby '2.2.4' +ruby '2.3.1' gem 'rails', '~> 4.1.11' diff --git a/Gemfile.lock b/Gemfile.lock index 7d175309f..d79197a13 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -503,8 +503,5 @@ DEPENDENCIES webrat will_paginate (~> 3.0) -RUBY VERSION - ruby 2.1.8p440 - BUNDLED WITH 1.12.4