From 64940c290ab67c1b4f99a57fd264ca451d88b4d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 19:02:25 +0000 Subject: [PATCH] Bump actionpack from 3.0.5 to 7.0.4.1 Bumps [actionpack](https://github.com/rails/rails) from 3.0.5 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.0.5...v7.0.4.1) --- updated-dependencies: - dependency-name: actionpack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 72 ++++++++++++++++++++++++++++++++-------------------- 1 file changed, 44 insertions(+), 28 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5a10b6f..91fa4f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,42 +20,57 @@ GEM remote: http://rubygems.org/ specs: ZenTest (4.5.0) - abstract (1.0.0) - actionpack (3.0.5) - activemodel (= 3.0.5) - activesupport (= 3.0.5) - builder (~> 2.1.2) - erubis (~> 2.6.6) - i18n (~> 0.4) - rack (~> 1.2.1) - rack-mount (~> 0.6.13) - rack-test (~> 0.5.7) - tzinfo (~> 0.3.23) - activemodel (3.0.5) - activesupport (= 3.0.5) - builder (~> 2.1.2) - i18n (~> 0.4) - activesupport (3.0.5) + 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) + activesupport (7.0.4.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) autotest (4.4.6) ZenTest (>= 4.4.1) autotest-growl (0.2.9) - builder (2.1.2) + builder (3.2.4) childprocess (0.1.7) ffi (~> 0.6.3) + concurrent-ruby (1.1.10) + crass (1.0.6) diff-lcs (1.1.2) - erubis (2.6.6) - abstract (>= 1.0.0) + erubi (1.12.0) ffi (0.6.3) rake (>= 0.8.7) - i18n (0.5.0) + i18n (1.12.0) + concurrent-ruby (~> 1.0) json_pure (1.5.1) + loofah (2.19.1) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) mime-types (1.16) - nokogiri (1.4.4) - rack (1.2.2) - rack-mount (0.6.13) - rack (>= 1.0.0) - rack-test (0.5.7) - rack (>= 1.0) + mini_portile2 (2.8.1) + minitest (5.17.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 (0.8.7) rspec (2.5.0) rspec-core (~> 2.5.0) @@ -71,12 +86,13 @@ GEM ffi (~> 0.6.3) json_pure rubyzip - tzinfo (0.3.25) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) webrat (0.7.2) nokogiri (>= 1.2.0) rack (>= 1.0) rack-test (>= 0.5.3) - xpath (0.1.3) + xpath (0.1.4) nokogiri (~> 1.3) PLATFORMS