mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-29 00:01:18 -05:00
Update minimum version of stripe-mock
This commit is contained in:
parent
a44259b8f7
commit
188fef5b6e
@ -17,7 +17,7 @@ sudo: false
|
||||
env:
|
||||
global:
|
||||
# If changing this number, please also change it in `test/test_helper.rb`.
|
||||
- STRIPE_MOCK_VERSION=0.15.0
|
||||
- STRIPE_MOCK_VERSION=0.16.0
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
||||
@ -14,7 +14,7 @@ PROJECT_ROOT = File.expand_path("../../", __FILE__)
|
||||
require File.expand_path("../test_data", __FILE__)
|
||||
|
||||
# If changing this number, please also change it in `.travis.yml`.
|
||||
MOCK_MINIMUM_VERSION = "0.15.0".freeze
|
||||
MOCK_MINIMUM_VERSION = "0.16.0".freeze
|
||||
MOCK_PORT = ENV["STRIPE_MOCK_PORT"] || 12_111
|
||||
|
||||
# Disable all real network connections except those that are outgoing to
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user