diff options
| author | mo khan <mo@mokhan.ca> | 2014-03-30 15:32:30 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-03-30 15:32:30 -0600 |
| commit | 32c3a58ff8a0b495773c491eeb996b3279622d2f (patch) | |
| tree | dd9b36462d1b5e6c6db5290d342a509a86e4f749 /script/ci.sh | |
| parent | ba2fc26a42091f70f0ae51d270de94477ee0cdd5 (diff) | |
change usages from 2.0.0 to 2.1.1
Diffstat (limited to 'script/ci.sh')
| -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 fdb071f6..2265bf1e 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-p353@cakeside --create +rvm use ruby-2.1.1@cakeside --create echo 'bundle install' bundle install --without production |
