diff --git a/Gemfile b/Gemfile index bd1d4782..195d0dee 100644 --- a/Gemfile +++ b/Gemfile @@ -90,7 +90,7 @@ group :development, :test do gem "rake" gem "rspec-its", "~> 1.3" gem "rspec-mocks" - gem "rspec-rails", "~> 6.0" + gem "rspec-rails", "~> 6.1" gem "rspec-sidekiq", "~> 4.1", require: false gem "rubocop", "~> 1.57" gem "rubocop-rails", "~> 2.22" diff --git a/Gemfile.lock b/Gemfile.lock index 7fe1e80b..2405a196 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -248,7 +248,7 @@ GEM activesupport (>= 4) railties (>= 4) request_store (~> 1.0) - loofah (2.21.4) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.7.1) @@ -283,7 +283,7 @@ GEM net-smtp (0.4.0) net-protocol nio4r (2.5.9) - nokogiri (1.15.4) + nokogiri (1.15.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) oj (3.16.1) @@ -387,7 +387,7 @@ GEM rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-rails (6.0.3) + rspec-rails (6.1.0) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -567,7 +567,7 @@ DEPENDENCIES rqrcode rspec-its (~> 1.3) rspec-mocks - rspec-rails (~> 6.0) + rspec-rails (~> 6.1) rspec-sidekiq (~> 4.1) rubocop (~> 1.57) rubocop-rails (~> 2.22)