Bump rspec-sidekiq from 4.2.0 to 5.0.0

Bumps [rspec-sidekiq](https://github.com/wspurgin/rspec-sidekiq) from 4.2.0 to 5.0.0.
- [Release notes](https://github.com/wspurgin/rspec-sidekiq/releases)
- [Changelog](https://github.com/wspurgin/rspec-sidekiq/blob/main/CHANGES.md)
- [Commits](https://github.com/wspurgin/rspec-sidekiq/compare/v4.2.0...v5.0.0)

---
updated-dependencies:
- dependency-name: rspec-sidekiq
  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] 2024-05-21 23:39:33 +00:00 committed by GitHub
parent 79fd60b33a
commit 130c54e31d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -93,7 +93,7 @@ group :development, :test do
gem "rspec-its", "~> 1.3"
gem "rspec-mocks"
gem "rspec-rails", "~> 6.1"
gem "rspec-sidekiq", "~> 4.2", require: false
gem "rspec-sidekiq", "~> 5.0", require: false
gem "rubocop", "~> 1.63"
gem "rubocop-rails", "~> 2.25"
gem "shoulda-matchers", "~> 6.2"

View File

@ -404,7 +404,7 @@ GEM
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-sidekiq (4.2.0)
rspec-sidekiq (5.0.0)
rspec-core (~> 3.0)
rspec-expectations (~> 3.0)
rspec-mocks (~> 3.0)
@ -589,7 +589,7 @@ DEPENDENCIES
rspec-its (~> 1.3)
rspec-mocks
rspec-rails (~> 6.1)
rspec-sidekiq (~> 4.2)
rspec-sidekiq (~> 5.0)
rubocop (~> 1.63)
rubocop-rails (~> 2.25)
rubyzip (~> 2.3)