Bump shoulda-matchers from 6.2.0 to 6.3.0

Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 6.2.0 to 6.3.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/v6.2.0...v6.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-12 09:16:17 +00:00 committed by GitHub
parent 931f88c47e
commit 7b273a5958
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -96,7 +96,7 @@ group :development, :test do
gem "rspec-sidekiq", "~> 5.0", require: false gem "rspec-sidekiq", "~> 5.0", require: false
gem "rubocop", "~> 1.65" gem "rubocop", "~> 1.65"
gem "rubocop-rails", "~> 2.25" gem "rubocop-rails", "~> 2.25"
gem "shoulda-matchers", "~> 6.2" gem "shoulda-matchers", "~> 6.3"
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

@ -115,7 +115,7 @@ GEM
childprocess (5.0.0) childprocess (5.0.0)
chunky_png (1.4.0) chunky_png (1.4.0)
colorize (1.1.0) colorize (1.1.0)
concurrent-ruby (1.3.3) concurrent-ruby (1.3.4)
connection_pool (2.4.1) connection_pool (2.4.1)
crass (1.0.6) crass (1.0.6)
cssbundling-rails (1.4.1) cssbundling-rails (1.4.1)
@ -458,7 +458,7 @@ GEM
sentry-sidekiq (5.18.2) sentry-sidekiq (5.18.2)
sentry-ruby (~> 5.18.2) sentry-ruby (~> 5.18.2)
sidekiq (>= 3.0) sidekiq (>= 3.0)
shoulda-matchers (6.2.0) shoulda-matchers (6.3.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)
@ -602,7 +602,7 @@ DEPENDENCIES
sentry-rails sentry-rails
sentry-ruby sentry-ruby
sentry-sidekiq sentry-sidekiq
shoulda-matchers (~> 6.2) shoulda-matchers (~> 6.3)
sidekiq (< 7) sidekiq (< 7)
sidekiq-scheduler sidekiq-scheduler
simplecov simplecov