From e180ec700f13859c4aaabf03920892513d589f3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 23:24:55 +0000 Subject: [PATCH] Bump actionview from 7.0.2.3 to 7.0.2.4 Bumps [actionview](https://github.com/rails/rails) from 7.0.2.3 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/v7.0.2.3...v7.0.2.4) --- updated-dependencies: - dependency-name: actionview dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a0047a0..ac88462 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - actionview (7.0.2.3) - activesupport (= 7.0.2.3) + 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 (7.0.2.3) + activesupport (7.0.2.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -16,7 +16,7 @@ GEM public_suffix (>= 2.0.2, < 5.0) ansispan (0.0.1) builder (3.2.4) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) crass (1.0.6) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) @@ -70,7 +70,7 @@ GEM rdoc semver jwt (2.3.0) - loofah (2.14.0) + loofah (2.16.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mini_portile2 (2.8.0) @@ -80,14 +80,14 @@ GEM multipart-post (2.1.1) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) - nokogiri (1.13.3) + nokogiri (1.13.4) mini_portile2 (~> 2.8.0) racc (~> 1.4) - nokogiri (1.13.3-java) + nokogiri (1.13.4-java) racc (~> 1.4) - nokogiri (1.13.3-x64-mingw32) + nokogiri (1.13.4-x64-mingw32) racc (~> 1.4) - nokogiri (1.13.3-x86-mingw32) + nokogiri (1.13.4-x86-mingw32) racc (~> 1.4) oauth2 (1.4.9) faraday (>= 0.17.3, < 3.0)