test/test_helper.rb in stripe-4.9.0 vs test/test_helper.rb in stripe-4.9.1

- old
+ new

@@ -15,10 +15,10 @@ require ::File.expand_path("../test_data", __FILE__) require ::File.expand_path("../stripe_mock", __FILE__) # If changing this number, please also change it in `.travis.yml`. -MOCK_MINIMUM_VERSION = "0.44.0".freeze +MOCK_MINIMUM_VERSION = "0.47.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}")