Pin bundler to 1.x

This commit is contained in:
Olivier Bellone 2019-01-04 16:02:56 +01:00
parent 55b4d78026
commit 0a63716682
No known key found for this signature in database
GPG Key ID: 11E77E3AA0C40303

View File

@ -24,6 +24,8 @@ cache:
- stripe-mock
before_install:
# Install bundler 1.x, because we need to support Ruby 2.1 for now
- gem install bundler -v "~> 1.0"
# Unpack and start stripe-mock so that the test suite can talk to it
- |
if [ ! -d "stripe-mock/stripe-mock_${STRIPE_MOCK_VERSION}" ]; then