From c59f32b3df9676af43ea8ac33c026a1f0d999274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:53:01 +0000 Subject: [PATCH] Bump actionpack in the bundler group across 1 directory Bumps the bundler group with 1 update in the / directory: [actionpack](https://github.com/rails/rails). Updates `actionpack` from 7.0.7.1 to 7.0.8.4 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.1/actionpack/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.7.1...v7.0.8.4) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 41290961..6405e8ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,20 +16,20 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (7.0.7.1) - actionview (= 7.0.7.1) - activesupport (= 7.0.7.1) + actionpack (7.0.8.4) + actionview (= 7.0.8.4) + activesupport (= 7.0.8.4) rack (~> 2.0, >= 2.2.4) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (7.0.7.1) - activesupport (= 7.0.7.1) + actionview (7.0.8.4) + activesupport (= 7.0.8.4) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activesupport (7.0.7.1) + activesupport (7.0.8.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -42,12 +42,12 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties - builder (3.2.4) + builder (3.3.0) byebug (11.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) constant_resolver (0.2.0) crass (1.0.6) - erubi (1.11.0) + erubi (1.13.0) i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) @@ -59,7 +59,7 @@ GEM method_source (>= 0.6.7) rake (>= 0.9.2.2) method_source (1.1.0) - minitest (5.24.1) + minitest (5.25.1) minitest-focus (1.3.1) minitest (>= 4, < 6) mocha (1.14.0) @@ -78,17 +78,19 @@ GEM racc prism (0.27.0) racc (1.8.1) - rack (2.2.8.1) - rack-test (2.0.2) + rack (2.2.9) + 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.4.4) - loofah (~> 2.19, >= 2.19.1) - railties (7.0.7.1) - actionpack (= 7.0.7.1) - activesupport (= 7.0.7.1) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) + railties (7.0.8.4) + actionpack (= 7.0.8.4) + activesupport (= 7.0.8.4) method_source rake (>= 12.2) thor (~> 1.0)