From b6b67aed6cae6c3f900aa7733c5841bc0ab1735d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 03:38:57 +0000 Subject: [PATCH] Bump rspec-rails from 7.1.1 to 8.0.2 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.1 to 8.0.2. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.2) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 62 +++++++++++++++++++++++++++------------------------- 1 file changed, 32 insertions(+), 30 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3188883..3cbb2b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,8 +77,8 @@ GEM ast (2.4.2) base64 (0.2.0) bcrypt (3.1.20) - benchmark (0.4.0) - bigdecimal (3.1.9) + benchmark (0.4.1) + bigdecimal (3.2.2) bindex (0.8.1) bootsnap (1.18.4) msgpack (~> 1.2) @@ -102,7 +102,7 @@ GEM marcel (~> 1.0.0) ssrf_filter (~> 1.0) concurrent-ruby (1.3.5) - connection_pool (2.5.0) + connection_pool (2.5.3) crass (1.0.6) cssbundling-rails (1.4.1) railties (>= 6.0.0) @@ -124,12 +124,13 @@ GEM warden (~> 1.2.3) devise-i18n (1.12.1) devise (>= 4.9.0) - diff-lcs (1.5.1) + diff-lcs (1.6.2) dotenv (3.1.7) dotenv-rails (3.1.7) dotenv (= 3.1.7) railties (>= 6.1) - drb (2.2.1) + drb (2.2.3) + erb (5.0.2) erubi (1.13.1) excon (1.2.3) factory_bot (6.5.1) @@ -166,8 +167,8 @@ GEM image_processing (1.14.0) mini_magick (>= 4.9.5, < 6) ruby-vips (>= 2.0.17, < 3) - io-console (0.8.0) - irb (1.15.1) + io-console (0.8.1) + irb (1.15.2) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) @@ -199,8 +200,8 @@ GEM letter_opener (~> 1.7) railties (>= 5.2) rexml - logger (1.6.5) - loofah (2.24.0) + logger (1.7.0) + loofah (2.24.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -218,7 +219,7 @@ GEM benchmark logger mini_mime (1.1.5) - minitest (5.25.4) + minitest (5.25.5) msgpack (1.8.0) multi_json (1.15.0) net-imap (0.5.6) @@ -231,11 +232,11 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.4) - nokogiri (1.18.2-aarch64-linux-gnu) + nokogiri (1.18.9-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.2-arm64-darwin) + nokogiri (1.18.9-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.2-x86_64-linux-gnu) + nokogiri (1.18.9-x86_64-linux-gnu) racc (~> 1.4) orm_adapter (0.5.0) parallel (1.26.3) @@ -246,15 +247,15 @@ GEM pp (0.6.2) prettyprint prettyprint (0.2.0) - psych (5.2.3) + psych (5.2.6) date stringio public_suffix (6.0.1) puma (6.6.0) nio4r (~> 2.0) racc (1.8.1) - rack (3.1.9) - rack-session (2.1.0) + rack (3.1.16) + rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) rack-test (2.2.0) @@ -275,7 +276,7 @@ GEM activesupport (= 7.2.2.1) bundler (>= 1.15.0) railties (= 7.2.2.1) - rails-dom-testing (2.2.0) + rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) @@ -291,41 +292,42 @@ GEM thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.2.1) + rake (13.3.0) ransack (4.3.0) activerecord (>= 6.1.5) activesupport (>= 6.1.5) i18n - rdoc (6.12.0) + rdoc (6.14.2) + erb psych (>= 4.0.0) redis (5.3.0) redis-client (>= 0.22.0) redis-client (0.23.2) connection_pool regexp_parser (2.10.0) - reline (0.6.0) + reline (0.6.2) io-console (~> 0.5) responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) rexml (3.4.0) - rspec-core (3.13.3) + rspec-core (3.13.5) rspec-support (~> 3.13.0) - rspec-expectations (3.13.3) + rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.2) + rspec-mocks (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.1.1) - actionpack (>= 7.0) - activesupport (>= 7.0) - railties (>= 7.0) + rspec-rails (8.0.2) + actionpack (>= 7.2) + activesupport (>= 7.2) + railties (>= 7.2) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) - rspec-support (3.13.2) + rspec-support (3.13.4) rubocop (1.71.2) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -388,7 +390,7 @@ GEM stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.2) - thor (1.3.2) + thor (1.4.0) timeout (0.4.3) turbo-rails (2.0.11) actionpack (>= 6.0.0) @@ -417,7 +419,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.7.1) + zeitwerk (2.7.3) PLATFORMS aarch64-linux