mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 10:29:53 +01:00
Merge pull request #1315 from Retrospring/dependabot/bundler/rspec-sidekiq-4.0.0
This commit is contained in:
commit
04af891145
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.1)
|
||||
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