From 6106a51ea149d6ebce30c3249a9ded3330d36aba Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 23 Dec 2013 19:04:34 -0700 Subject: update ruby version. --- script/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script') diff --git a/script/ci.sh b/script/ci.sh index feff228d..fdb071f6 100644 --- a/script/ci.sh +++ b/script/ci.sh @@ -4,7 +4,7 @@ echo "load bashrc" [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" echo 'switch gemset' -rvm use ruby-2.0.0-p247@cakeside --create +rvm use ruby-2.0.0-p353@cakeside --create echo 'bundle install' bundle install --without production -- cgit v1.2.3