mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Pin bundler to 1.x
This commit is contained in:
parent
55b4d78026
commit
0a63716682
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user