summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-03-30 15:32:30 -0600
committermo khan <mo@mokhan.ca>2014-03-30 15:32:30 -0600
commit32c3a58ff8a0b495773c491eeb996b3279622d2f (patch)
treedd9b36462d1b5e6c6db5290d342a509a86e4f749 /script
parentba2fc26a42091f70f0ae51d270de94477ee0cdd5 (diff)
change usages from 2.0.0 to 2.1.1
Diffstat (limited to 'script')
-rw-r--r--script/bootstrap-vagrant.sh4
-rw-r--r--script/ci.sh2
-rw-r--r--script/deploy-production.sh2
-rw-r--r--script/deploy-staging.sh2
-rwxr-xr-xscript/restart_delayed_job2
5 files changed, 6 insertions, 6 deletions
diff --git a/script/bootstrap-vagrant.sh b/script/bootstrap-vagrant.sh
index 11d0cc1b..9ba5bb01 100644
--- a/script/bootstrap-vagrant.sh
+++ b/script/bootstrap-vagrant.sh
@@ -6,8 +6,8 @@ cd /home/vagrant
source /home/vagrant/.profile
source /home/vagrant/.rvm/scripts/rvm
-rvm install 2.0.0
-rvm use 2.0.0 --default
+rvm install 2.1.1
+rvm use 2.1.1 --default
#gem source -r http://rubygems.org/
#gem install bundler
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
diff --git a/script/deploy-production.sh b/script/deploy-production.sh
index 71ed61d1..0365e8fb 100644
--- a/script/deploy-production.sh
+++ b/script/deploy-production.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'
git checkout master
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
diff --git a/script/restart_delayed_job b/script/restart_delayed_job
index 074c7708..63a11dae 100755
--- a/script/restart_delayed_job
+++ b/script/restart_delayed_job
@@ -4,7 +4,7 @@
# RAILS_ENV=production
# SHELL=/usr/local/rvm/bin/rvm-shell
# 0 * * * * /home/cakeside/apps/www.cakeside.com/current/script/restart_delayed_job >> /home/cakeside/apps/www.cakeside.com/current/log/cron.log 2>&1
-source /usr/local/rvm/environments/ruby-2.0.0-p353@cakeside
+source /usr/local/rvm/environments/ruby-2.1.1@cakeside
cd /home/cakeside/apps/www.cakeside.com/current/
script/delayed_job restart