From 7b5acd190cc4fd5797f028f882981140407ffe8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 22:58:28 +0000 Subject: [PATCH] build(deps): bump actionpack in /docs/directory-tests/multiple_patterns Bumps [actionpack](https://github.com/rails/rails) from 7.1.4.1 to 7.1.5.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.0.1/actionpack/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.1.4.1...v7.1.5.1) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../multiple_patterns/Gemfile.lock | 38 +++++++++++-------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/docs/directory-tests/multiple_patterns/Gemfile.lock b/docs/directory-tests/multiple_patterns/Gemfile.lock index 7f7825c..4e56cd0 100644 --- a/docs/directory-tests/multiple_patterns/Gemfile.lock +++ b/docs/directory-tests/multiple_patterns/Gemfile.lock @@ -11,9 +11,9 @@ GIT GEM remote: https://rubygems.org/ specs: - actionpack (7.1.4.1) - actionview (= 7.1.4.1) - activesupport (= 7.1.4.1) + actionpack (7.1.5.1) + actionview (= 7.1.5.1) + activesupport (= 7.1.5.1) nokogiri (>= 1.8.5) racc rack (>= 2.2.4) @@ -21,23 +21,27 @@ GEM rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actionview (7.1.4.1) - activesupport (= 7.1.4.1) + actionview (7.1.5.1) + activesupport (= 7.1.5.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activesupport (7.1.4.1) + activesupport (7.1.5.1) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) mutex_m + securerandom (>= 0.3) tzinfo (~> 2.0) base64 (0.2.0) + benchmark (0.4.0) bigdecimal (3.1.8) builder (3.3.0) concurrent-ruby (1.3.4) @@ -51,13 +55,14 @@ GEM irb (1.8.1) rdoc reline (>= 0.3.8) - loofah (2.22.0) + logger (1.6.2) + loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) - mini_portile2 (2.8.7) - minitest (5.25.1) - mutex_m (0.2.0) - nokogiri (1.16.7) + mini_portile2 (2.8.8) + minitest (5.25.4) + mutex_m (0.3.0) + nokogiri (1.17.1) mini_portile2 (~> 2.8.2) racc (~> 1.4) psych (5.1.1) @@ -75,12 +80,12 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) + rails-html-sanitizer (1.6.1) loofah (~> 2.21) - nokogiri (~> 1.14) - railties (7.1.4.1) - actionpack (= 7.1.4.1) - activesupport (= 7.1.4.1) + 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.1) + actionpack (= 7.1.5.1) + activesupport (= 7.1.5.1) irb rackup (>= 1.0.0) rake (>= 12.2) @@ -91,6 +96,7 @@ GEM psych (>= 4.0.0) reline (0.3.9) io-console (~> 0.5) + securerandom (0.4.0) stringio (3.0.8) thor (1.2.2) tzinfo (2.0.6)