Use the latest version of Rubygems

This commit is contained in:
Ashwin Maroli 2019-05-17 00:23:04 +05:30 committed by GitHub
parent 68e5ae2981
commit 531b25f971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,10 @@ rvm:
- 2.4
- 2.6
before_install: gem install bundler
before_install:
- gem update --system
- gem install bundler
script: script/cibuild
env: