Bump shoulda-matchers from 5.3.0 to 6.0.0

Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 5.3.0 to 6.0.0.
- [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases)
- [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/main/CHANGELOG.md)
- [Commits](https://github.com/thoughtbot/shoulda-matchers/compare/v5.3.0...v6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-25 09:23:22 +00:00 committed by GitHub
parent cc3ba3971b
commit b47b487a76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ group :development, :test do
gem "rspec-sidekiq", "~> 4.1", require: false gem "rspec-sidekiq", "~> 4.1", require: false
gem "rubocop", "~> 1.59" gem "rubocop", "~> 1.59"
gem "rubocop-rails", "~> 2.23" gem "rubocop-rails", "~> 2.23"
gem "shoulda-matchers", "~> 5.3" gem "shoulda-matchers", "~> 6.0"
gem "simplecov", require: false gem "simplecov", require: false
gem "simplecov-cobertura", require: false gem "simplecov-cobertura", require: false
gem "simplecov-json", require: false gem "simplecov-json", require: false

View File

@ -444,7 +444,7 @@ GEM
sentry-sidekiq (5.15.0) sentry-sidekiq (5.15.0)
sentry-ruby (~> 5.15.0) sentry-ruby (~> 5.15.0)
sidekiq (>= 3.0) sidekiq (>= 3.0)
shoulda-matchers (5.3.0) shoulda-matchers (6.0.0)
activesupport (>= 5.2.0) activesupport (>= 5.2.0)
sidekiq (6.5.12) sidekiq (6.5.12)
connection_pool (>= 2.2.5, < 3) connection_pool (>= 2.2.5, < 3)
@ -579,7 +579,7 @@ DEPENDENCIES
sentry-rails sentry-rails
sentry-ruby sentry-ruby
sentry-sidekiq sentry-sidekiq
shoulda-matchers (~> 5.3) shoulda-matchers (~> 6.0)
sidekiq (< 7) sidekiq (< 7)
simplecov simplecov
simplecov-cobertura simplecov-cobertura