summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-07-01 19:11:53 -0700
committermo khan <mo@mokhan.ca>2013-07-01 19:11:53 -0700
commit208d3d5a8fe3d73692c0d65ad7a8723a990efc1b (patch)
treeb5cb5b00a76232be5656e08635c2d53d5ef64ab9 /script
parentc31ddfe59f7bd3340e8c1f604ba9a8d6efcb1bd5 (diff)
upgrade from ruby 2.0.0p195 to 2.0.0p247
Diffstat (limited to 'script')
-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
4 files changed, 4 insertions, 4 deletions
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