summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-06-02 19:11:26 -0600
committermo khan <mo@mokhan.ca>2013-06-02 19:11:26 -0600
commit76ffe82fc015238ee46ebfa089d6f7fedafc7e05 (patch)
tree2293bcd2436d87033962da4ff380eb5a2b587a8d /script
parentacce2a26948f9c79fd4300902a28e919586de08c (diff)
update ci script to use the proper gemset
Diffstat (limited to 'script')
-rw-r--r--script/ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/ci.sh b/script/ci.sh
index e0d5feee..8e6a3e9b 100644
--- a/script/ci.sh
+++ b/script/ci.sh
@@ -4,7 +4,7 @@ source ~/.bashrc
echo 'switch gemset'
#cd .
-rvm use ruby-1.9.3-p392@cakeside
+rvm use ruby-1.9.3-p429@cakeside
echo 'bundle install'
bundle install --without production