From f2be529c57b4aa56f29cb21d757ab7818dbd07bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 14:39:13 +0000 Subject: [PATCH] Bump actionview from 5.1.2 to 7.0.2.4 Bumps [actionview](https://github.com/rails/rails) from 5.1.2 to 7.0.2.4. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.2.4/actionview/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.1.2...v7.0.2.4) --- updated-dependencies: - dependency-name: actionview dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 44 ++++++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 71882f3..3c6b3bf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,35 +13,39 @@ PATH GEM remote: https://rubygems.org/ specs: - actionview (5.1.2) - activesupport (= 5.1.2) + actionview (7.0.2.4) + activesupport (= 7.0.2.4) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.3) - activesupport (5.1.2) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activesupport (7.0.2.4) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) ast (2.4.0) - builder (3.2.3) + builder (3.2.4) byebug (9.1.0) coderay (1.1.2) - concurrent-ruby (1.0.5) - erubi (1.6.1) + concurrent-ruby (1.1.10) + crass (1.0.6) + erubi (1.10.0) html_tokenizer (0.0.6) - i18n (0.8.6) - loofah (2.0.3) + i18n (1.10.0) + concurrent-ruby (~> 1.0) + loofah (2.17.0) + crass (~> 1.0.2) nokogiri (>= 1.5.9) metaclass (0.0.4) method_source (0.9.0) - mini_portile2 (2.3.0) + mini_portile2 (2.8.0) minitest (5.10.3) mocha (1.2.1) metaclass (~> 0.0.1) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) + nokogiri (1.13.4) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) parser (2.6.3.0) ast (~> 2.4.0) pry (0.11.2) @@ -50,16 +54,16 @@ GEM pry-byebug (3.5.0) byebug (~> 9.1) pry (~> 0.10) + racc (1.6.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) + rails-html-sanitizer (1.4.2) + loofah (~> 2.3) rake (11.1.2) smart_properties (1.15.0) - thread_safe (0.3.6) - tzinfo (1.2.3) - thread_safe (~> 0.1) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) PLATFORMS ruby