diff --git a/test/linters/projects/erblint/Gemfile.lock b/test/linters/projects/erblint/Gemfile.lock index 1cf51028..ce082486 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.5) + activesupport (= 7.0.5) 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.5) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -22,7 +22,7 @@ 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) activesupport @@ -32,27 +32,28 @@ GEM rainbow rubocop smart_properties - erubi (1.10.0) + erubi (1.12.0) html_tokenizer (0.0.7) - i18n (1.11.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) - loofah (2.18.0) + loofah (2.21.3) crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mini_portile2 (2.8.0) - minitest (5.16.2) - nokogiri (1.13.6) - mini_portile2 (~> 2.8.0) + nokogiri (>= 1.12.0) + mini_portile2 (2.8.2) + minitest (5.18.0) + nokogiri (1.15.2) + mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.22.1) parser (3.1.2.0) ast (~> 2.4.1) - racc (1.6.0) + racc (1.7.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.4.3) - loofah (~> 2.3) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) rainbow (3.1.1) regexp_parser (2.3.0) rexml (3.2.5) @@ -69,7 +70,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)