Skip to content

Commit 03e3612

Browse files
authored
Merge pull request #183 from NYULibraries/chore/vagrant-ruby-2.6
use ruby2.6
2 parents 1e173fb + 944fb2a commit 03e3612

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.7
1+
2.6.5

Vagrantfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ Vagrant.configure(2) do |config|
5353
gem install bundler
5454
rbenv rehash
5555
fi
56-
cd /vagrant/sdr && bundle install
56+
cd /vagrant/sdr
57+
gem update bundler
58+
bundle install
5759
SCRIPT
5860

5961
config.vm.provision :shell, inline: $apt_script

0 commit comments

Comments
 (0)