test/test_helper.rb in stripe-5.7.1 vs test/test_helper.rb in stripe-5.8.0
- old
+ new
@@ -14,10 +14,10 @@
require ::File.expand_path("test_data", __dir__)
require ::File.expand_path("stripe_mock", __dir__)
# If changing this number, please also change it in `.travis.yml`.
-MOCK_MINIMUM_VERSION = "0.63.0"
+MOCK_MINIMUM_VERSION = "0.72.0"
MOCK_PORT = Stripe::StripeMock.start
# Disable all real network connections except those that are outgoing to
# stripe-mock.
WebMock.disable_net_connect!(allow: "localhost:#{MOCK_PORT}")