From dc2565c430fd91570277b974647f4321eb7adc1e Mon Sep 17 00:00:00 2001 From: Henare Degan Date: Tue, 31 Jul 2012 12:37:02 +1000 Subject: [PATCH] PA-365 Use the exact same version of Ruby as we use on the server and stop using icky gemsets [ci skip] --- .rvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rvmrc b/.rvmrc index 6290152f0..a926b4f6e 100644 --- a/.rvmrc +++ b/.rvmrc @@ -4,7 +4,7 @@ # development environment upon cd'ing into the directory # First we specify our desired [@], the @gemset name is optional. -environment_id="ruby-1.8.7-p352@planningalerts" +environment_id="ruby-1.8.7-p370" # # First we attempt to load the desired environment directly from the environment