From e77511ba9a50716f67d0c2283fc2cc4d659e7239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 03:40:13 +0000 Subject: [PATCH] build(deps-dev): update erb_lint requirement from ~> 0.7.0 to ~> 0.8.0 Updates the requirements on [erb_lint](https://github.com/Shopify/erb-lint) to permit the latest version. - [Release notes](https://github.com/Shopify/erb-lint/releases) - [Commits](https://github.com/Shopify/erb-lint/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: erb_lint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 30 ++++++++++++++++++------------ erblint-github.gemspec | 2 +- 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 730879a..4171e77 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,24 +6,28 @@ PATH GEM remote: https://rubygems.org/ specs: - actionview (7.1.4.1) - activesupport (= 7.1.4.1) + actionview (7.1.5.1) + activesupport (= 7.1.5.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activesupport (7.1.4.1) + activesupport (7.1.5.1) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) mutex_m + securerandom (>= 0.3) tzinfo (~> 2.0) ast (2.4.2) base64 (0.2.0) + benchmark (0.4.0) better_html (2.1.1) actionview (>= 6.0) activesupport (>= 6.0) @@ -31,33 +35,34 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties - bigdecimal (3.1.8) + bigdecimal (3.1.9) builder (3.3.0) concurrent-ruby (1.3.4) - connection_pool (2.4.1) + connection_pool (2.5.0) crass (1.0.6) drb (2.2.1) - erb_lint (0.7.0) + erb_lint (0.8.0) activesupport better_html (>= 2.0.1) parser (>= 2.7.1.4) rainbow rubocop (>= 1) smart_properties - erubi (1.13.0) + erubi (1.13.1) i18n (1.14.6) concurrent-ruby (~> 1.0) json (2.9.1) language_server-protocol (3.17.0.3) - loofah (2.23.1) + logger (1.6.5) + loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mini_portile2 (2.8.8) minitest (5.25.4) mocha (2.7.1) ruby2_keywords (>= 0.0.5) - mutex_m (0.2.0) - nokogiri (1.16.8) + mutex_m (0.3.0) + nokogiri (1.17.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.26.3) @@ -70,7 +75,7 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.1) + rails-html-sanitizer (1.6.2) loofah (~> 2.21) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) rainbow (3.1.1) @@ -101,6 +106,7 @@ GEM rubocop (>= 1.33.0, < 2.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) + securerandom (0.3.2) smart_properties (1.17.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -112,7 +118,7 @@ PLATFORMS ruby DEPENDENCIES - erb_lint (~> 0.7.0) + erb_lint (~> 0.8.0) erblint-github! minitest (~> 5.25.1) mocha (~> 2.7.0) diff --git a/erblint-github.gemspec b/erblint-github.gemspec index e08303a..55a2b1a 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |s| s.email = ["opensource+erblint-github@github.com"] s.authors = ["GitHub Open Source"] - s.add_development_dependency "erb_lint", "~> 0.7.0" + s.add_development_dependency "erb_lint", "~> 0.8.0" s.add_development_dependency "minitest", "~> 5.25.1" s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.2.1"