mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 10:19:52 +01:00
Bump rspec-sidekiq from 3.1.0 to 4.0.0
Bumps [rspec-sidekiq](https://github.com/wspurgin/rspec-sidekiq) from 3.1.0 to 4.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/v3.1.0...v4.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:
parent
f97add2a79
commit
5e41ff8ff6
2 changed files with 7 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -89,7 +89,7 @@ group :development, :test do
|
|||
gem "rspec-its", "~> 1.3"
|
||||
gem "rspec-mocks"
|
||||
gem "rspec-rails", "~> 6.0"
|
||||
gem "rspec-sidekiq", "~> 3.0", require: false
|
||||
gem "rspec-sidekiq", "~> 4.0", require: false
|
||||
gem "rubocop", "~> 1.56"
|
||||
gem "rubocop-rails", "~> 2.20"
|
||||
gem "shoulda-matchers", "~> 5.3"
|
||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -380,9 +380,11 @@ GEM
|
|||
rspec-expectations (~> 3.12)
|
||||
rspec-mocks (~> 3.12)
|
||||
rspec-support (~> 3.12)
|
||||
rspec-sidekiq (3.1.0)
|
||||
rspec-core (~> 3.0, >= 3.0.0)
|
||||
sidekiq (>= 2.4.0)
|
||||
rspec-sidekiq (4.0.0)
|
||||
rspec-core (~> 3.0)
|
||||
rspec-expectations (~> 3.0)
|
||||
rspec-mocks (~> 3.0)
|
||||
sidekiq (>= 5, < 8)
|
||||
rspec-support (3.12.1)
|
||||
rubocop (1.56.0)
|
||||
base64 (~> 0.1.1)
|
||||
|
@ -547,7 +549,7 @@ DEPENDENCIES
|
|||
rspec-its (~> 1.3)
|
||||
rspec-mocks
|
||||
rspec-rails (~> 6.0)
|
||||
rspec-sidekiq (~> 3.0)
|
||||
rspec-sidekiq (~> 4.0)
|
||||
rubocop (~> 1.56)
|
||||
rubocop-rails (~> 2.20)
|
||||
rubyzip (~> 2.3)
|
||||
|
|
Loading…
Reference in a new issue