Always use newest rubygems on CI

This commit is contained in:
Akira Matsuda 2017-06-03 06:39:15 +09:00
parent 93136e02fe
commit f49b671eaf
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ env:
sudo: false
before_install: gem update bundler --no-document
before_install:
- gem update --system
- gem update bundler --no-document
script: 'bundle exec rake test'
cache: bundler