Commit 6106a51e
Changed files (1)
script
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