Skip to content

Commit

Permalink
Bump rspec-sidekiq from 4.1.0 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [rspec-sidekiq](https://github.com/wspurgin/rspec-sidekiq) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/wspurgin/rspec-sidekiq/releases)
- [Changelog](https://github.com/wspurgin/rspec-sidekiq/blob/main/CHANGES.md)
- [Commits](wspurgin/rspec-sidekiq@v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: rspec-sidekiq
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 26, 2024
1 parent 8f73984 commit 1a74d37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.1", require: false
gem "rspec-sidekiq", "~> 4.2", require: false
gem "rubocop", "~> 1.63"
gem "rubocop-rails", "~> 2.24"
gem "shoulda-matchers", "~> 6.2"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ GEM
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-sidekiq (4.1.0)
rspec-sidekiq (4.2.0)
rspec-core (~> 3.0)
rspec-expectations (~> 3.0)
rspec-mocks (~> 3.0)
Expand Down Expand Up @@ -587,7 +587,7 @@ DEPENDENCIES
rspec-its (~> 1.3)
rspec-mocks
rspec-rails (~> 6.1)
rspec-sidekiq (~> 4.1)
rspec-sidekiq (~> 4.2)
rubocop (~> 1.63)
rubocop-rails (~> 2.24)
rubyzip (~> 2.3)
Expand Down

0 comments on commit 1a74d37

Please sign in to comment.