From f6694eadc5505e6ee831bded38774f3b99360d5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 22:39:49 +0000 Subject: [PATCH] Bump actionview from 6.1.4 to 7.0.2.4 Bumps [actionview](https://github.com/rails/rails) from 6.1.4 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/v6.1.4...v7.0.2.4) --- updated-dependencies: - dependency-name: actionview dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 951ff81..023996e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,18 +13,17 @@ PATH GEM remote: https://rubygems.org/ specs: - actionview (6.1.4) - activesupport (= 6.1.4) + 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.1, >= 1.2.0) - activesupport (6.1.4) + activesupport (7.0.2.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - zeitwerk (~> 2.3) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) @@ -32,24 +31,26 @@ GEM coderay (1.1.3) commonmarker (0.21.2) ruby-enum (~> 0.5) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) crass (1.0.6) diff-lcs (1.4.4) docile (1.4.0) erubi (1.10.0) htmlentities (4.3.4) - i18n (1.8.10) + i18n (1.10.0) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) json (2.5.1) json-schema (2.8.1) addressable (>= 2.4) - loofah (2.12.0) + loofah (2.16.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (0.9.2) - minitest (5.14.4) - nokogiri (1.12.3-x86_64-darwin) + minitest (5.15.0) + nokogiri (1.13.4-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.13.4-x86_64-linux) racc (~> 1.4) parallel (1.20.1) parser (3.0.2.0) @@ -58,11 +59,11 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (4.0.6) - racc (1.5.2) + racc (1.6.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) + rails-html-sanitizer (1.4.2) loofah (~> 2.3) rainbow (3.0.0) rake (13.0.6) @@ -101,10 +102,10 @@ GEM tzinfo (2.0.4) concurrent-ruby (~> 1.0) unicode-display_width (1.6.1) - zeitwerk (2.4.2) PLATFORMS x86_64-darwin-20 + x86_64-linux DEPENDENCIES bundler (~> 2.0)