Commit f6ebbbd

Stephen Peasley <s@stephenpeasley.com>
2015-01-28 02:05:27
Switch to Ruby 2.2.0
1 parent 7b1d7aa
Changed files (1)
bin/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.1.5
-rbenv global 2.1.5
+rbenv install 2.2.0
+rbenv global 2.2.0
 gem install bundler --no-ri --no-rdoc
 cd /vagrant
 bundle install -j 2