We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f326b1f commit 4d3787aCopy full SHA for 4d3787a
Vagrantfile
@@ -7,10 +7,10 @@ Vagrant.configure(2) do |config|
7
inline: <<-SHELL
8
sudo apt-add-repository ppa:brightbox/ruby-ng
9
sudo apt-get update
10
- sudo apt-get install -yq ruby2.2 ruby2.2-dev
+ sudo apt-get install -yq ruby2.4 ruby2.4-dev
11
sudo apt-get install -yq pkg-config build-essential nodejs git libxml2-dev libxslt-dev
12
sudo apt-get autoremove -yq
13
- gem2.2 install --no-ri --no-rdoc bundler
+ gem2.4 install --no-ri --no-rdoc bundler
14
SHELL
15
16
# add the local user git config to the vm
0 commit comments