Skip to content

Commit 4d3787a

Browse files
sbrandwoolord
authored andcommitted
Update Vagrant to Ruby 2.4 (#803)
fixes #802
1 parent f326b1f commit 4d3787a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Vagrantfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Vagrant.configure(2) do |config|
77
inline: <<-SHELL
88
sudo apt-add-repository ppa:brightbox/ruby-ng
99
sudo apt-get update
10-
sudo apt-get install -yq ruby2.2 ruby2.2-dev
10+
sudo apt-get install -yq ruby2.4 ruby2.4-dev
1111
sudo apt-get install -yq pkg-config build-essential nodejs git libxml2-dev libxslt-dev
1212
sudo apt-get autoremove -yq
13-
gem2.2 install --no-ri --no-rdoc bundler
13+
gem2.4 install --no-ri --no-rdoc bundler
1414
SHELL
1515

1616
# add the local user git config to the vm

0 commit comments

Comments
 (0)