diff --git a/Gemfile b/Gemfile index 2dfe003a6b8..d09d6ff534d 100644 --- a/Gemfile +++ b/Gemfile @@ -85,7 +85,7 @@ group :test do gem 'rspec-collection_matchers' gem 'rspec-instafail' gem 'rspec-its' - gem 'rspec-rails', '~> 6.0.3' + gem 'rspec-rails', '~> 6.0.4' gem 'rspec-wait' gem 'rubocop', '~> 1.57.2' gem 'rubocop-rails', '~> 2.22' diff --git a/Gemfile.lock b/Gemfile.lock index 8d1bd368368..16ca47405cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -295,7 +295,7 @@ GEM rake (~> 13.0) loggregator_emitter (5.2.0) beefcake (~> 1.0.0) - loofah (2.21.3) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) machinist (1.0.6) @@ -366,8 +366,9 @@ GEM rack (~> 2.2, >= 2.2.4) rack-test (2.1.0) rack (>= 1.3) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.2.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) rails-html-sanitizer (1.6.0) loofah (~> 2.21) @@ -424,10 +425,10 @@ GEM rspec-its (1.3.0) rspec-core (>= 3.0.0) rspec-expectations (>= 3.0.0) - rspec-mocks (3.12.5) + 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.0.4) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -533,7 +534,7 @@ GEM daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - thor (1.2.2) + thor (1.3.0) tilt (2.2.0) timecop (0.9.8) timeliness (0.4.5) @@ -627,7 +628,7 @@ DEPENDENCIES rspec-collection_matchers rspec-instafail rspec-its - rspec-rails (~> 6.0.3) + rspec-rails (~> 6.0.4) rspec-wait rspec_api_documentation (>= 6.1.0) rubocop (~> 1.57.2)