test/test_helper.rb in stripe-5.22.0 vs test/test_helper.rb in stripe-5.23.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.90.0"
+MOCK_MINIMUM_VERSION = "0.95.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}")