From 3f34c316b520f5fd066157873637a5f47f73d614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 21:34:12 +0000 Subject: [PATCH] Bump erb_lint from 0.7.0 to 0.8.0 in the linters group across 1 directory (#1816) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a1708eaa2..33d51c19f 100644 --- a/Gemfile +++ b/Gemfile @@ -82,7 +82,7 @@ group :development do gem "web-console", ">= 3.3.0" gem "listen" gem "lefthook" - gem "erb_lint", "~> 0.7.0" + gem "erb_lint", "~> 0.8.0" end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 5d6ea7429..4d2d663a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -187,7 +187,7 @@ GEM domain_name (0.6.20240107) dotenv (3.1.7) 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) @@ -608,7 +608,7 @@ DEPENDENCIES cssbundling-rails (~> 1.4) devise dotenv - erb_lint (~> 0.7.0) + erb_lint (~> 0.8.0) factory_bot_rails finite_machine good_job (~> 4.7)