From 25980b6c38268735ccaacb87d5d3db38c9e023ab Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sat, 18 Oct 2014 13:01:15 -0400 Subject: [PATCH] switched ruby version --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f626def8..35c39e14 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '2.1.2' +ruby '2.1.3' gem 'rails', '3.2.17'