From d86acbbd9d9a6be8b6fb8a8b8e10db42ef74d1b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 08:46:21 +0200 Subject: [PATCH] build(deps-dev): bump rubocop-ast from 1.44.0 to 1.44.1 (#38527) Bumps [rubocop-ast](https://github.com/rubocop/rubocop-ast) from 1.44.0 to 1.44.1. - [Release notes](https://github.com/rubocop/rubocop-ast/releases) - [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-ast/compare/v1.44.0...v1.44.1) --- updated-dependencies: - dependency-name: rubocop-ast dependency-version: 1.44.1 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 94d9768da6c..e3c8f8bab93 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,7 +91,7 @@ GEM nokogiri (1.18.7-x86_64-linux-gnu) racc (~> 1.4) parallel (1.26.3) - parser (3.3.7.4) + parser (3.3.8.0) ast (~> 2.4.1) racc pathutil (0.16.2) @@ -130,7 +130,7 @@ GEM rubocop-ast (>= 1.44.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.44.0) + rubocop-ast (1.44.1) parser (>= 3.3.7.2) prism (~> 1.4) ruby-lsp (0.23.14)