also enforce bundler version in setup

This commit is contained in:
Jeffrey Martin 2021-01-15 17:14:06 -06:00
parent fae426456e
commit 9bb95f1a72
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
copy /Y C:\Vagrant\resources\rails_server\Gemfile "C:\Program Files\Rails_Server"
cd "C:\Program Files\Rails_Server"
C:\tools\ruby23\bin\bundler.bat install
gem install bundler -v '1.17.3' --no-document
bundle install