From c6bc947f4153222659f9adb6223cb2b268fa6ecf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 13:00:30 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dependency=20rsp?= =?UTF-8?q?ec-rails=20to=20v7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 2 +- Gemfile.lock | 65 +++++++++++++++++++++++++++------------------------- 2 files changed, 35 insertions(+), 32 deletions(-) diff --git a/Gemfile b/Gemfile index 7ef7a934..8f066702 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ end group :test do gem "rspec", "~> 3.13.0" gem "rspec-mocks", "~> 3.13.0" - gem "rspec-rails", "~> 6.1.0" + gem "rspec-rails", "~> 7.1.0" gem "factory_bot_rails", "~> 6.5.0" gem "webmock", "~> 3.25.0" gem "shoulda-matchers", "~> 6.5.0" diff --git a/Gemfile.lock b/Gemfile.lock index 31b56d29..9929e4eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -122,19 +122,19 @@ GEM ast (2.4.3) base64 (0.3.0) bcrypt (3.1.20) - benchmark (0.4.1) + benchmark (0.5.0) bigdecimal (3.3.1) builder (3.3.0) cancancan (3.6.1) choice (0.2.0) - concurrent-ruby (1.3.5) - connection_pool (2.5.4) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) crack (1.0.0) bigdecimal rexml crass (1.0.6) csv (3.3.5) - date (3.4.1) + date (3.5.1) devise (4.9.4) bcrypt (~> 3.0) orm_adapter (~> 0.1) @@ -147,7 +147,7 @@ GEM drb (2.2.3) email_validator (2.2.4) activemodel - erb (5.1.1) + erb (6.0.2) erubi (1.13.1) factory_bot (6.5.5) activesupport (>= 6.1.0) @@ -167,16 +167,17 @@ GEM httparty (0.21.0) mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) inherited_resources (1.14.0) actionpack (>= 6.0) has_scope (>= 0.6) railties (>= 6.0) responders (>= 2) - io-console (0.8.1) - irb (1.15.2) + io-console (0.8.2) + irb (1.17.0) pp (>= 0.6.0) + prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) jquery-rails (4.6.0) @@ -203,7 +204,7 @@ GEM rails language_server-protocol (3.17.0.5) logger (1.7.0) - loofah (2.24.1) + loofah (2.25.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -213,7 +214,9 @@ GEM net-smtp marcel (1.1.0) mini_mime (1.1.5) - minitest (5.26.0) + minitest (6.0.2) + drb (~> 2.0) + prism (~> 1.5) multi_xml (0.7.2) bigdecimal (~> 3.1) mutex_m (0.3.0) @@ -227,9 +230,9 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.4) - nokogiri (1.18.10-arm64-darwin) + nokogiri (1.19.1-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.10-x86_64-linux-gnu) + nokogiri (1.19.1-x86_64-linux-gnu) racc (~> 1.4) oj (3.16.11) bigdecimal (>= 3.0) @@ -251,14 +254,14 @@ GEM prettyprint prettyprint (0.2.0) prism (1.5.2) - psych (5.2.6) + psych (5.3.1) date stringio public_suffix (6.0.2) puma (6.6.1) nio4r (~> 2.0) racc (1.8.1) - rack (3.2.3) + rack (3.2.5) rack-protection (4.2.1) base64 (>= 0.1.0) logger (>= 1.6.0) @@ -268,7 +271,7 @@ GEM rack (>= 3.0.0) rack-test (2.2.0) rack (>= 1.3) - rackup (2.2.1) + rackup (2.3.1) rack (>= 3) rails (7.1.5.2) actioncable (= 7.1.5.2) @@ -293,8 +296,8 @@ GEM activesupport (>= 4.2) choice (~> 0.2.0) ruby-graphviz (~> 1.2) - rails-html-sanitizer (1.6.2) - loofah (~> 2.21) + rails-html-sanitizer (1.7.0) + loofah (~> 2.25) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) railties (7.1.5.2) actionpack (= 7.1.5.2) @@ -305,17 +308,17 @@ GEM thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.3.0) + rake (13.3.1) ransack (4.4.0) activerecord (>= 7.1) activesupport (>= 7.1) i18n - rdoc (6.15.0) + rdoc (7.2.0) erb psych (>= 4.0.0) tsort regexp_parser (2.11.3) - reline (0.6.2) + reline (0.6.3) io-console (~> 0.5) responders (3.2.0) actionpack (>= 7.0) @@ -325,23 +328,23 @@ GEM rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-core (3.13.5) + rspec-core (3.13.6) rspec-support (~> 3.13.0) rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.5) + rspec-mocks (3.13.8) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.5) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) + rspec-rails (7.1.1) + actionpack (>= 7.0) + activesupport (>= 7.0) + railties (>= 7.0) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) - rspec-support (3.13.6) + rspec-support (3.13.7) rubocop (1.69.2) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -400,8 +403,8 @@ GEM sprockets (>= 3.0.0) sqlite3 (1.7.3-arm64-darwin) sqlite3 (1.7.3-x86_64-linux) - stringio (3.1.7) - thor (1.4.0) + stringio (3.2.0) + thor (1.5.0) timeout (0.4.3) tsort (0.2.0) tzinfo (2.0.6) @@ -420,7 +423,7 @@ GEM websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) yard (0.9.37) - zeitwerk (2.7.3) + zeitwerk (2.7.5) PLATFORMS arm64-darwin-22 @@ -437,7 +440,7 @@ DEPENDENCIES rails-erd (~> 1.7.2) rspec (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-rails (~> 6.1.0) + rspec-rails (~> 7.1.0) rubocop-config-captive (~> 1.16.0) shoulda-matchers (~> 6.5.0) sprockets-rails (~> 3.5.0)