From 208d3d5a8fe3d73692c0d65ad7a8723a990efc1b Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 1 Jul 2013 19:11:53 -0700 Subject: upgrade from ruby 2.0.0p195 to 2.0.0p247 --- script/ci.sh | 2 +- script/deploy-production.sh | 2 +- script/deploy-staging.sh | 2 +- script/restart_delayed_job | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'script') diff --git a/script/ci.sh b/script/ci.sh index f4f7a5b5..9a66ddde 100644 --- a/script/ci.sh +++ b/script/ci.sh @@ -3,7 +3,7 @@ echo "load bashrc" source ~/.bashrc echo 'switch gemset' -rvm use ruby-2.0.0-p195@cakeside --create +rvm use ruby-2.0.0-p247@cakeside --create echo 'bundle install' bundle install --without production diff --git a/script/deploy-production.sh b/script/deploy-production.sh index 26a401cb..5c41f8f3 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-p195@cakeside --create +rvm use ruby-2.0.0-p247@cakeside --create echo 'bundle install' git checkout master diff --git a/script/deploy-staging.sh b/script/deploy-staging.sh index d4ed15e1..3d92f258 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-p195@cakeside --create +rvm use ruby-2.0.0-p247@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 38569d5d..7282c125 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-p195@cakeside +source /usr/local/rvm/environments/ruby-2.0.0-p247@cakeside cd /home/cakeside/apps/www.cakeside.com/current/ script/delayed_job restart -- cgit v1.2.3