From bf853c08e90af2849e4d1160a6b29e334f708ae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 06:18:46 +0000 Subject: [PATCH] Bump actionpack from 6.0.0 to 7.0.4.1 Bumps [actionpack](https://github.com/rails/rails) from 6.0.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/v6.0.0...v7.0.4.1) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 77 ++++++++++++++++++++-------------------------------- 1 file changed, 30 insertions(+), 47 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 61bd5ea..010017e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,47 +8,33 @@ PATH GEM remote: https://rubygems.org/ specs: - actionmailer (6.0.0) - actionpack (= 6.0.0) - actionview (= 6.0.0) - activejob (= 6.0.0) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 2.0) - actionpack (6.0.0) - actionview (= 6.0.0) - activesupport (= 6.0.0) - rack (~> 2.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 (6.0.0) - activesupport (= 6.0.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) - activejob (6.0.0) - activesupport (= 6.0.0) - globalid (>= 0.3.6) - activesupport (6.0.0) + activesupport (7.0.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.1, >= 2.1.8) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) - builder (3.2.3) - concurrent-ruby (1.1.5) - crass (1.0.5) + builder (3.2.4) + concurrent-ruby (1.1.10) + crass (1.0.6) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) - erubi (1.8.0) - exception_notification (4.4.0) - actionmailer (>= 4.0, < 7) - activesupport (>= 4.0, < 7) - globalid (0.4.2) - activesupport (>= 4.2.0) + erubi (1.12.0) + exception_notification (2.4.1) http (4.1.1) addressable (~> 2.3) http-cookie (~> 1.0) @@ -58,35 +44,32 @@ GEM domain_name (~> 0.5) http-form_data (2.1.1) http_parser.rb (0.6.0) - i18n (1.6.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) - loofah (2.3.1) + loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) - mail (2.7.1) - mini_mime (>= 0.1.1) - mini_mime (1.0.2) - mini_portile2 (2.4.0) - minitest (5.11.3) - nokogiri (1.10.8) - mini_portile2 (~> 2.4.0) + mini_portile2 (2.8.1) + minitest (5.17.0) + nokogiri (1.14.0) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) public_suffix (3.1.1) - rack (2.0.7) - rack-test (1.1.0) - rack (>= 1.0, < 3) + 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.2.0) - loofah (~> 2.2, >= 2.2.2) + rails-html-sanitizer (1.4.4) + loofah (~> 2.19, >= 2.19.1) rake (10.5.0) - thread_safe (0.3.6) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext unf_ext (0.0.7.6) - zeitwerk (2.1.9) PLATFORMS ruby