From c5699b7a43c193c532cab0efc97600cae9f7d7e9 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 26 Jun 2023 03:28:22 +0200 Subject: [PATCH] Bump rspec-rails --- Gemfile | 2 +- Gemfile.lock | 37 +++++++++++++++++++------------------ 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index d652a844c..406c41cb4 100644 --- a/Gemfile +++ b/Gemfile @@ -246,7 +246,7 @@ end group :development, :test do # RSpec (unit tests, some integration tests) - gem "rspec-rails", "5.1.2" + gem "rspec-rails", "6.0.3" # Cucumber (integration tests) gem "cucumber-rails", "2.5.1", require: false diff --git a/Gemfile.lock b/Gemfile.lock index e9f6a7ceb..eb5aa8e10 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -583,8 +583,9 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.5.0) - loofah (~> 2.19, >= 2.19.1) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) rails-i18n (7.0.7) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) @@ -619,24 +620,24 @@ GEM chunky_png (~> 1.0) rqrcode_core (~> 1.0) rqrcode_core (1.2.0) - rspec-core (3.11.0) - rspec-support (~> 3.11.0) - rspec-expectations (3.11.0) + rspec-core (3.12.2) + rspec-support (~> 3.12.0) + rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) + rspec-support (~> 3.12.0) rspec-json_expectations (2.2.0) - rspec-mocks (3.11.1) + rspec-mocks (3.12.5) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-rails (5.1.2) - actionpack (>= 5.2) - activesupport (>= 5.2) - railties (>= 5.2) - rspec-core (~> 3.10) - rspec-expectations (~> 3.10) - rspec-mocks (~> 3.10) - rspec-support (~> 3.10) - rspec-support (3.11.0) + rspec-support (~> 3.12.0) + rspec-rails (6.0.3) + actionpack (>= 6.1) + activesupport (>= 6.1) + railties (>= 6.1) + rspec-core (~> 3.12) + rspec-expectations (~> 3.12) + rspec-mocks (~> 3.12) + rspec-support (~> 3.12) + rspec-support (3.12.1) rubocop (1.53.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -881,7 +882,7 @@ DEPENDENCIES responders (= 3.1.0) rqrcode (= 2.2.0) rspec-json_expectations (~> 2.1) - rspec-rails (= 5.1.2) + rspec-rails (= 6.0.3) rubocop (= 1.53.1) rubocop-rails (= 2.20.2) ruby-oembed (= 0.16.1)