summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2017-09-24 12:58:33 -0600
committermo <mo.khan@gmail.com>2017-09-24 12:58:33 -0600
commit55d34a497f81a12f9e070ccf2d57958e1952339f (patch)
tree33bca80e0ebe4980bd9377852eeebf14441498ae
parenta67e0cb103f76df6095257857e5f980340f3c940 (diff)
upgrade to ruby 2.4.2
-rw-r--r--.ruby-version2
-rw-r--r--config/deploy.rb2
-rw-r--r--script/bootstrap-vagrant-user.sh4
3 files changed, 4 insertions, 4 deletions
diff --git a/.ruby-version b/.ruby-version
index 005119ba..8e8299dc 100644
--- a/.ruby-version
+++ b/.ruby-version
@@ -1 +1 @@
-2.4.1
+2.4.2
diff --git a/config/deploy.rb b/config/deploy.rb
index 2880411f..d789aa8b 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -41,7 +41,7 @@ set :keep_releases, 3
set :ssh_options, { forward_agent: true }
set :rbenv_type, :user # or :system, depends on your rbenv setup
-set :rbenv_ruby, '2.4.1'
+set :rbenv_ruby, '2.4.2'
namespace :deploy do
desc 'Restart application'
diff --git a/script/bootstrap-vagrant-user.sh b/script/bootstrap-vagrant-user.sh
index 09dc646f..fef1365a 100644
--- a/script/bootstrap-vagrant-user.sh
+++ b/script/bootstrap-vagrant-user.sh
@@ -7,8 +7,8 @@ git clone https://github.com/tpope/rbenv-ctags.git ~/.rbenv/plugins/rbenv-ctags
git clone https://github.com/rkh/rbenv-update.git ~/.rbenv/plugins/rbenv-update
git clone https://github.com/sstephenson/rbenv-gem-rehash.git ~/.rbenv/plugins/rbenv-gem-rehash
rbenv update
-rbenv install 2.4.1
-rbenv global 2.4.1
+rbenv install 2.4.2
+rbenv global 2.4.2
gem install bundler --no-ri --no-rdoc
rbenv rehash
cd /vagrant