Skip to content

Commit

Permalink
⬆️ Bump rspec-sidekiq from 3.1.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [rspec-sidekiq](https://github.com/wspurgin/rspec-sidekiq) from 3.1.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](wspurgin/rspec-sidekiq@v3.1.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2024
1 parent d642780 commit 2a1ca0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ group :test do
gem 'rack-test', '~> 2.0'
gem 'rails-controller-testing', '~> 1.0'
gem 'rspec_junit_formatter', '~> 0.6'
gem 'rspec-sidekiq', '~> 3.1'
gem 'rspec-sidekiq', '~> 5.0'
gem 'simplecov', '~> 0.22', require: false
gem 'webmock', '~> 3.18'
end
Expand Down
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ GEM
rdf (~> 3.2)
redcarpet (3.6.0)
redis (4.5.1)
redis-client (0.14.0)
redis-client (0.22.2)
connection_pool
redis-namespace (1.10.0)
redis (>= 4)
Expand Down Expand Up @@ -603,9 +603,11 @@ GEM
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-sidekiq (3.1.0)
rspec-core (~> 3.0, >= 3.0.0)
sidekiq (>= 2.4.0)
rspec-sidekiq (5.0.0)
rspec-core (~> 3.0)
rspec-expectations (~> 3.0)
rspec-mocks (~> 3.0)
sidekiq (>= 5, < 8)
rspec-support (3.11.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
Expand Down Expand Up @@ -872,7 +874,7 @@ DEPENDENCIES
rexml (~> 3.2)
rqrcode (~> 2.1)
rspec-rails (~> 5.1)
rspec-sidekiq (~> 3.1)
rspec-sidekiq (~> 5.0)
rspec_junit_formatter (~> 0.6)
rubocop
rubocop-performance
Expand Down

0 comments on commit 2a1ca0b

Please sign in to comment.