Skip to content

Commit

Permalink
Bump shoulda-matchers from 5.3.0 to 6.4.0
Browse files Browse the repository at this point in the history
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 5.3.0 to 6.4.0.
- [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases)
- [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/main/CHANGELOG.md)
- [Commits](thoughtbot/shoulda-matchers@v5.3.0...v6.4.0)

---
updated-dependencies:
- dependency-name: shoulda-matchers
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent e66d385 commit 3fd12b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ group :test do
gem "faker"
gem "rspec"
gem "rspec-rails"
gem "shoulda-matchers", "~> 5.3"
gem "shoulda-matchers", "~> 6.4"
gem "vcr", "~> 6.2"
gem "webmock", "~> 3.18"
end
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ GEM
sentry-ruby (~> 5.10.0)
sentry-ruby (5.10.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
shoulda-matchers (5.3.0)
shoulda-matchers (6.4.0)
activesupport (>= 5.2.0)
sidekiq (6.5.12)
connection_pool (>= 2.2.5, < 3)
Expand Down Expand Up @@ -592,7 +592,7 @@ DEPENDENCIES
rspec-rails
rubocop-govuk
sentry-rails
shoulda-matchers (~> 5.3)
shoulda-matchers (~> 6.4)
sidekiq (< 7)
sidekiq-cron (~> 1.10)
solargraph
Expand Down

0 comments on commit 3fd12b4

Please sign in to comment.