From a1b224553c896732702676463fa424e5d4e08795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 03:46:35 +0000 Subject: [PATCH] build(deps-dev): update erb_lint requirement from ~> 0.5.0 to ~> 0.6.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.5.0...v0.6.0) --- updated-dependencies: - dependency-name: erb_lint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 48 +++++++++++++++++++++++++----------------- erblint-github.gemspec | 2 +- 2 files changed, 30 insertions(+), 20 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7030335..d00044a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,55 +6,65 @@ PATH GEM remote: https://rubygems.org/ specs: - actionview (7.0.7.2) - activesupport (= 7.0.7.2) + actionview (7.1.3.4) + activesupport (= 7.1.3.4) builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - activesupport (7.0.7.2) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + activesupport (7.1.3.4) + 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) - better_html (2.0.2) + base64 (0.2.0) + better_html (2.1.1) actionview (>= 6.0) activesupport (>= 6.0) ast (~> 2.0) erubi (~> 1.4) parser (>= 2.4) smart_properties - builder (3.2.4) - concurrent-ruby (1.2.2) + bigdecimal (3.1.8) + builder (3.3.0) + concurrent-ruby (1.3.3) + connection_pool (2.4.1) crass (1.0.6) - erb_lint (0.5.0) + drb (2.2.1) + erb_lint (0.6.0) activesupport better_html (>= 2.0.1) parser (>= 2.7.1.4) rainbow - rubocop + rubocop (>= 1) smart_properties - erubi (1.12.0) - i18n (1.14.1) + erubi (1.13.0) + i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - loofah (2.21.3) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) - mini_portile2 (2.8.6) + mini_portile2 (2.8.7) minitest (5.24.1) mocha (2.4.5) ruby2_keywords (>= 0.0.5) - nokogiri (1.16.5) + mutex_m (0.2.0) + nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.25.1) parser (3.3.4.0) ast (~> 2.4.1) racc - racc (1.8.0) + racc (1.8.1) rack (3.0.9.1) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) @@ -66,7 +76,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rexml (3.3.3) + rexml (3.3.4) strscan rubocop (1.65.0) json (~> 2.3) @@ -104,7 +114,7 @@ PLATFORMS ruby DEPENDENCIES - erb_lint (~> 0.5.0) + erb_lint (~> 0.6.0) erblint-github! minitest (~> 5.24.0) mocha (~> 2.4.0) diff --git a/erblint-github.gemspec b/erblint-github.gemspec index e9e8e33..f89c7a2 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.5.0" + s.add_development_dependency "erb_lint", "~> 0.6.0" s.add_development_dependency "minitest", "~> 5.24.0" s.add_development_dependency "mocha", "~> 2.4.0" s.add_development_dependency "rake", "~> 13.2.1"