diff options
| author | mo khan <mo@mokhan.ca> | 2013-12-23 19:04:34 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-12-23 19:04:34 -0700 |
| commit | 6106a51ea149d6ebce30c3249a9ded3330d36aba (patch) | |
| tree | 04d0b74c42959c359629efcb81e6a0862b4710ce /script | |
| parent | 7d2ca14030eb911f913fb93a037cbf864b2b7f03 (diff) | |
update ruby version.
Diffstat (limited to 'script')
| -rw-r--r-- | script/ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
