From e347d5807e3703397e8b45c8e3150bddb270db38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:14:11 +0000 Subject: [PATCH] Bump the linters group with 2 updates Bumps the linters group with 2 updates: [erb_lint](https://github.com/Shopify/erb-lint) and [rubocop-rspec](https://github.com/rubocop/rubocop-rspec). Updates `erb_lint` from 0.8.0 to 0.9.0 - [Release notes](https://github.com/Shopify/erb-lint/releases) - [Commits](https://github.com/Shopify/erb-lint/compare/v0.8.0...v0.9.0) Updates `rubocop-rspec` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rspec/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: erb_lint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: linters - dependency-name: rubocop-rspec dependency-type: direct:development update-type: version-update:semver-minor dependency-group: linters ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b9d9645cb..4ac94f982 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -141,7 +141,7 @@ GEM down (5.4.2) addressable (~> 2.8) drb (2.2.1) - erb_lint (0.8.0) + erb_lint (0.9.0) activesupport better_html (>= 2.0.1) parser (>= 2.7.1.4) @@ -426,7 +426,7 @@ GEM rack (>= 1.1) rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rspec (3.3.0) + rubocop-rspec (3.4.0) rubocop (~> 1.61) rubocop-rspec_rails (2.30.0) rubocop (~> 1.61)