test/test_helper.rb in stripe-4.3.0 vs test/test_helper.rb in stripe-4.4.0

- old
+ new

@@ -14,10 +14,10 @@ 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.39.0".freeze +MOCK_MINIMUM_VERSION = "0.40.0".freeze MOCK_PORT = ENV["STRIPE_MOCK_PORT"] || 12_111 # Disable all real network connections except those that are outgoing to # stripe-mock. WebMock.disable_net_connect!(allow: "localhost:#{MOCK_PORT}")