Skip to content

Commit

Permalink
Update Vagrant to Ruby 2.4 (#803)
Browse files Browse the repository at this point in the history
fixes #802
  • Loading branch information
sbrandwoo authored and lord committed Jun 29, 2017
1 parent f326b1f commit 4d3787a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Vagrant.configure(2) do |config|
inline: <<-SHELL
sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update
sudo apt-get install -yq ruby2.2 ruby2.2-dev
sudo apt-get install -yq ruby2.4 ruby2.4-dev
sudo apt-get install -yq pkg-config build-essential nodejs git libxml2-dev libxslt-dev
sudo apt-get autoremove -yq
gem2.2 install --no-ri --no-rdoc bundler
gem2.4 install --no-ri --no-rdoc bundler
SHELL

# add the local user git config to the vm
Expand Down

0 comments on commit 4d3787a

Please sign in to comment.