1
0
Fork 0
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:
Nikita Misharin 2019-01-23 09:39:08 +03:00 committed by GitHub
parent b842040866
commit 2054834e4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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