From 4d3787afd7547a44b4f95fbf93f5d8d0496b1cec Mon Sep 17 00:00:00 2001 From: Steve Brandwood Date: Thu, 29 Jun 2017 22:55:44 +0100 Subject: [PATCH] Update Vagrant to Ruby 2.4 (#803) fixes #802 --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index f3b2ff7c80e..2fccb7c4b9a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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