Ruby 2.4-x64, gem update --system

This commit is contained in:
MSP-Greg 2018-06-25 13:17:39 -05:00
parent b6591b738e
commit 99662fe968
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ install:
- pip install -r requirements.txt
# Gemfile Install
- set PATH=C:\Ruby24-x64\bin;%PATH%
- ruby -v
- gem update --system
- bundle install
# PHP