Skip to content

Commit

Permalink
Update stripe_ruby_mock
Browse files Browse the repository at this point in the history
  • Loading branch information
phawk committed Aug 20, 2024
1 parent 6ed639a commit 57901b1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ group :test do
gem "shoulda-matchers", "~> 4.0", require: false
gem "capybara"
gem "selenium-webdriver"
gem "stripe-ruby-mock", "~> 3.0.1", require: "stripe_mock"
gem "stripe-ruby-mock", "~> 4.0.0", require: "stripe_mock"
gem "simplecov", require: false
end

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -418,10 +418,10 @@ GEM
stimulus-rails (0.6.0)
rails (>= 6.0.0)
stripe (5.38.0)
stripe-ruby-mock (3.0.1)
stripe-ruby-mock (4.0.0)
dante (>= 0.2.0)
multi_json (~> 1.0)
stripe (> 5, < 6)
stripe (> 5, < 12)
stripe_event (2.3.1)
activesupport (>= 3.1)
stripe (>= 2.8, < 6)
Expand Down Expand Up @@ -506,7 +506,7 @@ DEPENDENCIES
simplecov
slack-notifier (~> 2.4)
stripe (~> 5.38)
stripe-ruby-mock (~> 3.0.1)
stripe-ruby-mock (~> 4.0.0)
stripe_event
tzinfo-data
view_component
Expand Down
2 changes: 1 addition & 1 deletion spec/services/stripe_webhooks/subscription_deleted_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require "rails_helper"

RSpec.xdescribe StripeWebhooks::SubscriptionDeleted do
RSpec.describe StripeWebhooks::SubscriptionDeleted do
let(:team) { teams(:acme) }

before { StripeMock.start }
Expand Down
2 changes: 1 addition & 1 deletion spec/services/stripe_webhooks/subscription_updated_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require "rails_helper"

RSpec.xdescribe StripeWebhooks::SubscriptionUpdated do
RSpec.describe StripeWebhooks::SubscriptionUpdated do
let(:team) { teams(:acme) }

before { StripeMock.start }
Expand Down

0 comments on commit 57901b1

Please sign in to comment.