From 0b9349e898013055b94e5e8de330cd2520003789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 23:03:21 +0000 Subject: [PATCH] Bump activesupport in /test/linters/projects/erblint Bumps [activesupport](https://github.com/rails/rails) from 7.0.3 to 7.0.4.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.3...v7.0.4.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] --- test/linters/projects/erblint/Gemfile.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test/linters/projects/erblint/Gemfile.lock b/test/linters/projects/erblint/Gemfile.lock index 1cf51028..e4980097 100644 --- a/test/linters/projects/erblint/Gemfile.lock +++ b/test/linters/projects/erblint/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - actionview (7.0.3) - activesupport (= 7.0.3) + actionview (7.0.4.3) + activesupport (= 7.0.4.3) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activesupport (7.0.3) + activesupport (7.0.4.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -22,9 +22,9 @@ GEM parser (>= 2.4) smart_properties builder (3.2.4) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.2) crass (1.0.6) - erb_lint (0.1.1) + erb_lint (0.1.3) activesupport better_html (~> 1.0.7) html_tokenizer @@ -34,13 +34,13 @@ GEM smart_properties erubi (1.10.0) html_tokenizer (0.0.7) - i18n (1.11.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) loofah (2.18.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mini_portile2 (2.8.0) - minitest (5.16.2) + minitest (5.18.0) nokogiri (1.13.6) mini_portile2 (~> 2.8.0) racc (~> 1.4) @@ -69,7 +69,7 @@ GEM parser (>= 3.1.1.0) ruby-progressbar (1.11.0) smart_properties (1.17.0) - tzinfo (2.0.4) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.1.0)