From 5c6b825f251d8fda032f8122e97db078d43694b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 20:07:31 +0000 Subject: [PATCH] Bump actionpack from 3.2.0 to 7.0.4.1 Bumps [actionpack](https://github.com/rails/rails) from 3.2.0 to 7.0.4.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/actionpack/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.2.0...v7.0.4.1) --- updated-dependencies: - dependency-name: actionpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 76 +++++++++++++++++++++++++++++----------------------- 1 file changed, 43 insertions(+), 33 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a1fc784..4b61b3e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,48 +9,58 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (3.2.0) - activemodel (= 3.2.0) - activesupport (= 3.2.0) - builder (~> 3.0.0) - erubis (~> 2.7.0) - journey (~> 1.0.0) - rack (~> 1.4.0) - rack-cache (~> 1.1) - rack-test (~> 0.6.1) - sprockets (~> 2.1.2) - activemodel (3.2.0) - activesupport (= 3.2.0) - builder (~> 3.0.0) - activesupport (3.2.0) - i18n (~> 0.6) - multi_json (~> 1.0) + actionpack (7.0.4.1) + actionview (= 7.0.4.1) + activesupport (= 7.0.4.1) + rack (~> 2.0, >= 2.2.0) + rack-test (>= 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actionview (7.0.4.1) + activesupport (= 7.0.4.1) + builder (~> 3.1) + erubi (~> 1.4) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activemodel (7.0.4.1) + activesupport (= 7.0.4.1) + activesupport (7.0.4.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) appraisal (2.2.0) bundler rake thor (>= 0.14.0) - builder (3.0.4) - concurrent-ruby (1.1.5) - erubis (2.7.0) - hike (1.2.3) - i18n (0.9.5) + builder (3.2.4) + concurrent-ruby (1.1.10) + crass (1.0.6) + erubi (1.12.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) - journey (1.0.4) + loofah (2.19.1) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mini_portile2 (2.8.1) minitest (5.11.3) - multi_json (1.13.1) - rack (1.4.7) - rack-cache (1.9.0) - rack (>= 0.4) - rack-test (0.6.3) - rack (>= 1.0) + nokogiri (1.14.0) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + racc (1.6.2) + rack (2.2.6.2) + rack-test (2.0.2) + rack (>= 1.3) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.4.4) + loofah (~> 2.19, >= 2.19.1) rake (10.5.0) - sprockets (2.1.4) - hike (~> 1.2) - rack (~> 1.0) - tilt (~> 1.1, != 1.3.0) thor (0.20.3) - tilt (1.4.1) typed_array (1.0.2) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) PLATFORMS ruby