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:
parent
93136e02fe
commit
f49b671eaf
1 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,9 @@ env:
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
before_install: gem update bundler --no-document
|
before_install:
|
||||||
|
- gem update --system
|
||||||
|
- gem update bundler --no-document
|
||||||
script: 'bundle exec rake test'
|
script: 'bundle exec rake test'
|
||||||
|
|
||||||
cache: bundler
|
cache: bundler
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue