1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

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

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