Bump fake_stripe from 0.1.0 to 0.2.0 (#1142) [ci skip]
Bumps [fake_stripe](https://github.com/thoughtbot/fake_stripe) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/thoughtbot/fake_stripe/releases) - [Changelog](https://github.com/thoughtbot/fake_stripe/blob/master/CHANGELOG.md) - [Commits](https://github.com/thoughtbot/fake_stripe/compare/v0.1.0...v0.2.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
7f61b2e2fe
commit
dded7dc343
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -133,7 +133,7 @@ group :test do
|
|||
gem "chromedriver-helper", "~> 2.1"
|
||||
gem "database_cleaner", "~> 1.7"
|
||||
gem "factory_bot_rails", "~> 4.11"
|
||||
gem "fake_stripe", "~> 0.1"
|
||||
gem "fake_stripe", "~> 0.2"
|
||||
gem "launchy", "~> 2.4"
|
||||
gem "pundit-matchers", "~> 1.6"
|
||||
gem "rails-controller-testing", "~> 1.0"
|
||||
|
|
|
|||
|
|
@ -276,7 +276,7 @@ GEM
|
|||
factory_bot_rails (4.11.1)
|
||||
factory_bot (~> 4.11.1)
|
||||
railties (>= 3.0.0)
|
||||
fake_stripe (0.1.0)
|
||||
fake_stripe (0.2.0)
|
||||
capybara
|
||||
sinatra
|
||||
webmock
|
||||
|
|
@ -693,7 +693,7 @@ GEM
|
|||
recaptcha (4.12.0)
|
||||
json
|
||||
redcarpet (3.4.0)
|
||||
regexp_parser (1.2.0)
|
||||
regexp_parser (1.3.0)
|
||||
representable (3.0.4)
|
||||
declarative (< 0.1.0)
|
||||
declarative-option (< 0.2.0)
|
||||
|
|
@ -948,7 +948,7 @@ DEPENDENCIES
|
|||
email_validator (~> 1.6)
|
||||
envied (~> 0.9)
|
||||
factory_bot_rails (~> 4.11)
|
||||
fake_stripe (~> 0.1)
|
||||
fake_stripe (~> 0.2)
|
||||
faker!
|
||||
fastly (~> 1.15)
|
||||
fastly-rails (~> 0.8)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue