1
0
Fork 0
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:
Thomas Reynolds 2019-05-20 13:09:31 -07:00
parent a0dd9f7809
commit 97532004c0

View file

@ -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: