use rails 4 compatible bundler

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

View File

@ -4,6 +4,7 @@ cmd /C rm .gemrc
copy /Y C:\Vagrant\resources\rails_server\gemrc C:\Users\vagrant\.gemrc
cmd /C "C:\tools\ruby23\bin\gem.cmd install bundler -v '1.17.3' --no-document"
cmd /C "C:\tools\ruby23\bin\gem.cmd install rails -v '4.1.1' --no-document"
cmd /C "C:\tools\ruby23\bin\gem.cmd install rake -v '11.3.0' --no-document"
cmd /C C:\tools\ruby23\bin\gem.cmd install coffee-script-source -v '1.10.0' --no-document