mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Lock bundler for now
This commit is contained in:
parent
a0dd9f7809
commit
97532004c0
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ rvm:
|
|||
- 2.3.8
|
||||
os:
|
||||
- linux
|
||||
before_install:
|
||||
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
|
||||
- gem install bundler -v '< 2'
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
|
|
Loading…
Reference in a new issue