Bump rspec-sidekiq from 4.0.2 to 4.1.0

Bumps [rspec-sidekiq](https://github.com/wspurgin/rspec-sidekiq) from 4.0.2 to 4.1.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.0.2...v4.1.0)

---
updated-dependencies:
- dependency-name: rspec-sidekiq
  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] 2023-10-30 12:26:22 +00:00 committed by GitHub
parent 23e4f34935
commit 513de84664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ group :development, :test do
gem "rspec-its", "~> 1.3"
gem "rspec-mocks"
gem "rspec-rails", "~> 6.0"
gem "rspec-sidekiq", "~> 4.0", require: false
gem "rspec-sidekiq", "~> 4.1", require: false
gem "rubocop", "~> 1.57"
gem "rubocop-rails", "~> 2.22"
gem "shoulda-matchers", "~> 5.3"

View File

@ -396,7 +396,7 @@ GEM
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-sidekiq (4.0.2)
rspec-sidekiq (4.1.0)
rspec-core (~> 3.0)
rspec-expectations (~> 3.0)
rspec-mocks (~> 3.0)
@ -569,7 +569,7 @@ DEPENDENCIES
rspec-its (~> 1.3)
rspec-mocks
rspec-rails (~> 6.0)
rspec-sidekiq (~> 4.0)
rspec-sidekiq (~> 4.1)
rubocop (~> 1.57)
rubocop-rails (~> 2.22)
rubyzip (~> 2.3)