diff --git a/Gemfile b/Gemfile index 34399d04..ccb988ee 100644 --- a/Gemfile +++ b/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" diff --git a/Gemfile.lock b/Gemfile.lock index bfe757a8..1b29d203 100644 --- a/Gemfile.lock +++ b/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)