Skip to content

Commit

Permalink
Update rspec-mocks
Browse files Browse the repository at this point in the history
We ran

   bundle update --conservative rspec-mocks

We need to update rspec-mocks here since Rails 7.1 introduces a method
`with` that clashes with the `with` method provided by
rspec-mocks[1]. We're using the latter in the corp_middleware_spec.

[1] rspec/rspec-mocks#1530

Co-authored-by: Chris Roos <chris.roos@gofreerange.com>
  • Loading branch information
chrislo and chrisroos committed Jun 12, 2024
1 parent cd3b6f5 commit 651e62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ GEM
rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.3)
rspec-mocks (3.12.7)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (6.0.1)
Expand Down

0 comments on commit 651e62f

Please sign in to comment.