mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Use specific bundler
This commit is contained in:
parent
10f417932d
commit
473486c77b
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
bundler_args: --without development
|
||||
before_install:
|
||||
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
|
||||
- gem install bundler -v '~> 1.14'
|
||||
- gem install bundler -v '1.17.3'
|
||||
install:
|
||||
- bundle _1.17.3_ install --jobs=3 --retry=3
|
||||
cache: bundler
|
||||
env:
|
||||
global:
|
||||
|
|
Loading…
Reference in a new issue