From e323e9e503275e15e1420a583c54e4bd56c4d025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 07:43:29 +0000 Subject: [PATCH] Bump activesupport from 7.0.4 to 7.1.3.4 Bumps [activesupport](https://github.com/rails/rails) from 7.0.4 to 7.1.3.4. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3.4/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.4...v7.1.3.4) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 98 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 65 insertions(+), 33 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 552029b..6c2d6ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,45 +12,60 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (7.0.4) - actionview (= 7.0.4) - activesupport (= 7.0.4) - rack (~> 2.0, >= 2.2.0) + actionpack (7.1.3.4) + actionview (= 7.1.3.4) + activesupport (= 7.1.3.4) + nokogiri (>= 1.8.5) + racc + rack (>= 2.2.4) + rack-session (>= 1.0.1) rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (7.0.4) - activesupport (= 7.0.4) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + actionview (7.1.3.4) + activesupport (= 7.1.3.4) builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - activesupport (7.0.4) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + activesupport (7.1.3.4) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) + base64 (0.2.0) + bigdecimal (3.1.8) builder (3.2.4) - concurrent-ruby (1.1.10) + concurrent-ruby (1.3.3) + connection_pool (2.4.1) crass (1.0.6) date (3.3.3) dnsruby (1.61.9) simpleidn (~> 0.1) + drb (2.2.1) erubi (1.12.0) - i18n (1.12.0) + i18n (1.14.5) concurrent-ruby (~> 1.0) - loofah (2.19.1) + io-console (0.7.2) + irb (1.13.2) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + loofah (2.22.0) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) mail (2.8.1) mini_mime (>= 0.1.1) net-imap net-pop net-smtp - method_source (1.0.0) mini_mime (1.1.2) - mini_portile2 (2.8.7) - minitest (5.17.0) + minitest (5.24.0) + mutex_m (0.2.0) net-imap (0.3.4) date net-protocol @@ -60,37 +75,54 @@ GEM timeout net-smtp (0.3.3) net-protocol - nokogiri (1.14.3) - mini_portile2 (~> 2.8.0) + nokogiri (1.14.3-arm64-darwin) racc (~> 1.4) + nokogiri (1.14.3-x86_64-linux) + racc (~> 1.4) + psych (5.1.2) + stringio public_suffix (5.0.1) racc (1.6.2) rack (2.2.6.4) + rack-session (1.0.2) + rack (< 3) rack-test (2.0.2) rack (>= 1.3) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rackup (1.0.0) + rack (< 3) + webrick + 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.4) - actionpack (= 7.0.4) - activesupport (= 7.0.4) - method_source + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) + railties (7.1.3.4) + actionpack (= 7.1.3.4) + activesupport (= 7.1.3.4) + irb + rackup (>= 1.0.0) rake (>= 12.2) - thor (~> 1.0) - zeitwerk (~> 2.5) + thor (~> 1.0, >= 1.2.2) + zeitwerk (~> 2.6) rake (13.0.6) + rdoc (6.7.0) + psych (>= 4.0.0) + reline (0.5.9) + io-console (~> 0.5) simpleidn (0.2.1) unf (~> 0.1.4) - thor (1.2.1) + stringio (3.1.1) + thor (1.3.1) timeout (0.3.2) - tzinfo (2.0.5) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext unf_ext (0.0.8.2) unicode-scripts (1.8.0) + webrick (1.8.1) zeitwerk (2.6.6) PLATFORMS