also lock rubygems in Travis for now

This commit is contained in:
Jeffrey Martin 2019-12-16 10:53:08 -06:00
parent f1db8caa79
commit e18016b5f0
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ before_install:
- ls -la ./.git/hooks
- ./.git/hooks/post-merge
# Update the bundler
- gem update --system
- gem update --system 3.0.6
- gem install bundler
before_script:
- cp config/database.yml.travis config/database.yml