Update stripe/stripe-ruby-mock

This commit is contained in:
Henne Vogelsang 2022-02-15 12:52:54 +01:00
parent 0eb7496502
commit 1ca6029edc
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
3 changed files with 5 additions and 5 deletions

View file

@ -264,7 +264,7 @@ group :test do
# for mocking external requests
gem 'webmock'
# for mocking Stripe responses in tests
gem 'stripe-ruby-mock'
gem 'stripe-ruby-mock', '~> 3.1.0.rc3'
# For validating JSON schemas
gem 'json-schema'
# For using 'assigns' in tests