From 944fb2aca8ebc7f93a5d37d19c8c1e6bcccb0112 Mon Sep 17 00:00:00 2001 From: mnyrop Date: Fri, 18 Sep 2020 16:16:23 -0400 Subject: [PATCH] use ruby2.6 --- .ruby-version | 2 +- Vagrantfile | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 35d16fb1..57cf282e 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.5.7 +2.6.5 diff --git a/Vagrantfile b/Vagrantfile index b1df3451..c5c4034e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -53,7 +53,9 @@ Vagrant.configure(2) do |config| gem install bundler rbenv rehash fi - cd /vagrant/sdr && bundle install + cd /vagrant/sdr + gem update bundler + bundle install SCRIPT config.vm.provision :shell, inline: $apt_script