mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Specify bundler version to fix CI for rubies < 2.3 (#640)
This commit is contained in:
parent
b842040866
commit
2054834e4e
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ rvm:
|
|||
- 2.5.3
|
||||
- 2.6.0
|
||||
bundler_args: --without development
|
||||
before_install: gem install bundler
|
||||
before_install: gem install bundler -v '< 2'
|
||||
|
|
Loading…
Reference in a new issue