Keep rubygems version < 3.0 until we keep supporting ruby < 2.3

This commit is contained in:
Wasif Hossain 2019-04-29 11:58:08 +06:00
parent ca43661ac0
commit 0f75837f9e
No known key found for this signature in database
GPG Key ID: 14C15A54E34D7803

View File

@ -24,7 +24,7 @@ cache:
- vendor/bundle - vendor/bundle
before_install: before_install:
- "travis_retry gem update --system 3.0.3" - "travis_retry gem update --system 2.7.9"
- "travis_retry gem install bundler -v '1.17.3'" - "travis_retry gem install bundler -v '1.17.3'"
install: BUNDLER_VERSION=1.17.3 bundle install --path=vendor/bundle --retry=3 --jobs=3 install: BUNDLER_VERSION=1.17.3 bundle install --path=vendor/bundle --retry=3 --jobs=3