test/test_helper.rb in stripe-4.20.1 vs test/test_helper.rb in stripe-4.21.0

- old
+ new

@@ -15,10 +15,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.58.0".freeze +MOCK_MINIMUM_VERSION = "0.60.0".freeze 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}")