diff --git a/Gemfile b/Gemfile index 787b3ffec..30e8e7077 100644 --- a/Gemfile +++ b/Gemfile @@ -90,7 +90,7 @@ group :development, :test do gem "letter_opener" # Use this just in local test environments gem "rails-controller-testing" gem "rake" - gem "rspec-its", "~> 1.3" + gem "rspec-its", "~> 2.0" gem "rspec-mocks" gem "rspec-rails", "~> 7.0" gem "rspec-sidekiq", "~> 5.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 7fe610071..89aa03a7b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -414,14 +414,14 @@ GEM chunky_png (~> 1.0) rqrcode_core (~> 1.0) rqrcode_core (1.2.0) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-its (1.3.0) - rspec-core (>= 3.0.0) - rspec-expectations (>= 3.0.0) + rspec-its (2.0.0) + rspec-core (>= 3.13.0) + rspec-expectations (>= 3.13.0) rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) @@ -616,7 +616,7 @@ DEPENDENCIES rolify (~> 6.0) rpush rqrcode - rspec-its (~> 1.3) + rspec-its (~> 2.0) rspec-mocks rspec-rails (~> 7.0) rspec-sidekiq (~> 5.0)