From e512e822768743d8e1f7cd90d77168e039feb6e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 09:01:28 +0000 Subject: [PATCH] Bump erb_lint from 0.6.0 to 0.7.0 Bumps [erb_lint](https://github.com/Shopify/erb-lint) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/Shopify/erb-lint/releases) - [Commits](https://github.com/Shopify/erb-lint/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: erb_lint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 659a366..65629bb 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ group :development, :test do gem "rubocop-rails-omakase", require: false # Lint your ERB or HTML files [https://github.com/Shopify/erb-lint] - gem "erb_lint", "~> 0.6.0", require: false + gem "erb_lint", "~> 0.7.0", require: false # RSpec Testing [https://github.com/rspec/rspec-rails] gem "rspec-rails", "~> 7.0" diff --git a/Gemfile.lock b/Gemfile.lock index b312b89..8e88d29 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -121,7 +121,7 @@ GEM dotenv (= 3.1.4) railties (>= 6.1) drb (2.2.1) - erb_lint (0.6.0) + erb_lint (0.7.0) activesupport better_html (>= 2.0.1) parser (>= 2.7.1.4) @@ -330,7 +330,7 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.66.1) + rubocop (1.67.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -432,7 +432,7 @@ DEPENDENCIES debug devise (~> 4.9) dotenv-rails (~> 3.1) - erb_lint (~> 0.6.0) + erb_lint (~> 0.7.0) factory_bot_rails (~> 6.4) ffaker (~> 2.23) good_job (~> 4.4)