From edf2f36bcd48ea10eeb76ccd2ec149ed9309588e Mon Sep 17 00:00:00 2001 From: Cesy Avon Date: Sat, 18 Oct 2014 16:58:23 +0100 Subject: [PATCH] Upgrading to ruby 2.1.2 --- .ruby-version | 2 +- Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 3e3c2f1e5..eca07e4c1 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.1.1 +2.1.2 diff --git a/Gemfile b/Gemfile index d463e130e..2360041eb 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -ruby "2.1.1" +ruby "2.1.2" gem 'bundler', '>=1.1.5'