mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Don't run gem update --system
and gem install bundler
on CI
There were some issues with the combination of some `bundler` and `rubygems` versions. We got around that by always updating `bundler` in the CI but since those issues were fixed we can quit doing that. Related to `gem update --system`: - travis-ci/travis-ci#8978 - rubygems/rubygems#2123 Related to `gem install bundler`: - travis-ci/travis-ci#9333 - travis-ci/travis-ci#8969 - bundler/bundler#6340
This commit is contained in:
parent
bf74a506c8
commit
6e4b0b94bc
1 changed files with 1 additions and 4 deletions
|
@ -51,10 +51,7 @@ env:
|
|||
- DEVISE_ORM=active_record
|
||||
- DEVISE_ORM=mongoid
|
||||
|
||||
before_install:
|
||||
- gem update --system
|
||||
- gem install bundler
|
||||
- "rm ${BUNDLE_GEMFILE}.lock"
|
||||
before_install: "rm ${BUNDLE_GEMFILE}.lock"
|
||||
|
||||
before_script: "bundle update"
|
||||
|
||||
|
|
Loading…
Reference in a new issue