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/deploy-staging.sh | |
| parent | ba2fc26a42091f70f0ae51d270de94477ee0cdd5 (diff) | |
change usages from 2.0.0 to 2.1.1
Diffstat (limited to 'script/deploy-staging.sh')
| -rw-r--r-- | script/deploy-staging.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/deploy-staging.sh b/script/deploy-staging.sh index d3fe1225..dac1c812 100644 --- a/script/deploy-staging.sh +++ b/script/deploy-staging.sh @@ -3,7 +3,7 @@ echo "load bashrc" source ~/.bashrc echo 'switch gemset' -rvm use ruby-2.0.0-p353@cakeside --create +rvm use ruby-2.1.1@cakeside --create echo 'bundle install' bundle exec rake ci:deploy:staging --trace |
