From 6cc637bd40d94f1753dcb25604eb1ad47baa7916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:03:44 +0000 Subject: [PATCH] Bump actionview from 7.0.8 to 7.1.2 Bumps [actionview](https://github.com/rails/rails) from 7.0.8 to 7.1.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.2/actionview/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.8...v7.1.2) --- updated-dependencies: - dependency-name: actionview dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5cf4af9..504e5e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,32 +7,42 @@ PATH GEM remote: https://rubygems.org/ specs: - actionview (7.0.8) - activesupport (= 7.0.8) + actionview (7.1.2) + activesupport (= 7.1.2) builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - activesupport (7.0.8) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + activesupport (7.1.2) + 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) ast (2.4.2) base64 (0.1.1) + bigdecimal (3.1.4) builder (3.2.4) concurrent-ruby (1.2.2) + connection_pool (2.4.1) crass (1.0.6) diff-lcs (1.5.0) + drb (2.2.0) + ruby2_keywords erubi (1.12.0) i18n (1.14.1) concurrent-ruby (~> 1.0) json (2.6.3) language_server-protocol (3.17.0.3) - loofah (2.21.3) + loofah (2.21.4) crass (~> 1.0.2) nokogiri (>= 1.12.0) minitest (5.20.0) + mutex_m (0.2.0) nokogiri (1.15.4-arm64-darwin) racc (~> 1.4) nokogiri (1.15.4-x86_64-darwin) @@ -43,7 +53,7 @@ GEM parser (3.2.2.4) ast (~> 2.4.1) racc - racc (1.7.1) + racc (1.7.3) rack (3.0.8) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) @@ -95,6 +105,7 @@ GEM rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) ruby-progressbar (1.13.0) + ruby2_keywords (0.0.5) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0)