Bump shoulda-matchers from 6.0.0 to 6.1.0

Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 6.0.0 to 6.1.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.0.0...v6.1.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-01-22 09:24:34 +00:00 committed by GitHub
parent 9ddcf65928
commit 78e62ed709
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 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.60" gem "rubocop", "~> 1.60"
gem "rubocop-rails", "~> 2.23" gem "rubocop-rails", "~> 2.23"
gem "shoulda-matchers", "~> 6.0" gem "shoulda-matchers", "~> 6.1"
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

@ -118,7 +118,7 @@ GEM
mini_mime (>= 0.1.3) mini_mime (>= 0.1.3)
chunky_png (1.4.0) chunky_png (1.4.0)
colorize (1.1.0) colorize (1.1.0)
concurrent-ruby (1.2.2) concurrent-ruby (1.2.3)
connection_pool (2.4.1) connection_pool (2.4.1)
crass (1.0.6) crass (1.0.6)
cssbundling-rails (1.3.3) cssbundling-rails (1.3.3)
@ -266,7 +266,7 @@ GEM
mini_magick (4.12.0) mini_magick (4.12.0)
mini_mime (1.1.5) mini_mime (1.1.5)
mini_portile2 (2.8.5) mini_portile2 (2.8.5)
minitest (5.21.1) minitest (5.21.2)
msgpack (1.7.2) msgpack (1.7.2)
multi_json (1.15.0) multi_json (1.15.0)
multi_xml (0.6.0) multi_xml (0.6.0)
@ -445,7 +445,7 @@ GEM
sentry-sidekiq (5.16.1) sentry-sidekiq (5.16.1)
sentry-ruby (~> 5.16.1) sentry-ruby (~> 5.16.1)
sidekiq (>= 3.0) sidekiq (>= 3.0)
shoulda-matchers (6.0.0) shoulda-matchers (6.1.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)
@ -580,7 +580,7 @@ DEPENDENCIES
sentry-rails sentry-rails
sentry-ruby sentry-ruby
sentry-sidekiq sentry-sidekiq
shoulda-matchers (~> 6.0) shoulda-matchers (~> 6.1)
sidekiq (< 7) sidekiq (< 7)
simplecov simplecov
simplecov-cobertura simplecov-cobertura