We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e173fb + 944fb2a commit 03e3612Copy full SHA for 03e3612
.ruby-version
@@ -1 +1 @@
1
-2.5.7
+2.6.5
Vagrantfile
@@ -53,7 +53,9 @@ Vagrant.configure(2) do |config|
53
gem install bundler
54
rbenv rehash
55
fi
56
- cd /vagrant/sdr && bundle install
+ cd /vagrant/sdr
57
+ gem update bundler
58
+ bundle install
59
SCRIPT
60
61
config.vm.provision :shell, inline: $apt_script
0 commit comments