From 6bd357ff5e4834b0ecc5a3fd2592c104cb0d6f77 Mon Sep 17 00:00:00 2001 From: Joshua Krall Date: Mon, 8 Aug 2011 15:33:27 -0500 Subject: [PATCH] Switching to ruby 1.8.7 to try to fix gemspec --- .rvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rvmrc b/.rvmrc index f9786ab..b4ee087 100644 --- a/.rvmrc +++ b/.rvmrc @@ -1,6 +1,6 @@ export RUBYOPT="rubygems" export RUBYLIB="." -rvm ruby-1.9.2-p180@analytical +rvm ruby-1.8.7-p174@analytical # Install bundler if it doesn't already exist # if ! command -v bundle > /dev/null ; then