Skip to content

Commit

Permalink
Merge pull request #680 from stripe/brandur-stripe-mock-030
Browse files Browse the repository at this point in the history
Upgrade stripe-mock to 0.30.0
  • Loading branch information
brandur-stripe authored Aug 30, 2018
2 parents 54b012c + b19358f commit 1bbbfd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sudo: false
env:
global:
# If changing this number, please also change it in `test/test_helper.rb`.
- STRIPE_MOCK_VERSION=0.26.0
- STRIPE_MOCK_VERSION=0.30.0

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
require ::File.expand_path("../test_data", __FILE__)

# If changing this number, please also change it in `.travis.yml`.
MOCK_MINIMUM_VERSION = "0.26.0".freeze
MOCK_MINIMUM_VERSION = "0.30.0".freeze
MOCK_PORT = ENV["STRIPE_MOCK_PORT"] || 12_111

# Disable all real network connections except those that are outgoing to
Expand Down

0 comments on commit 1bbbfd4

Please sign in to comment.