From 9b8420d7491da6d2ac61e826da33b95f66db1e48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 04:21:37 +0000 Subject: [PATCH] Bump overcommit from 0.59.1 to 0.67.1 Bumps [overcommit](https://github.com/sds/overcommit) from 0.59.1 to 0.67.1. - [Release notes](https://github.com/sds/overcommit/releases) - [Changelog](https://github.com/sds/overcommit/blob/main/CHANGELOG.md) - [Commits](https://github.com/sds/overcommit/compare/v0.59.1...v0.67.1) --- updated-dependencies: - dependency-name: overcommit dependency-version: 0.67.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 4d93fd33..b67ada98 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ curb = !Gem.win_platform? gem "pry", platforms: %i[mri] platforms :mri do gem "codecov", "~> 0.6" # For CodeCov - gem "overcommit", "~> 0.58" + gem "overcommit", "~> 0.67" # See: https://github.com/rubocop/rubocop-md/issues/14 # gem "rubocop-md" gem "rubocop-minitest" diff --git a/Gemfile.lock b/Gemfile.lock index 5eadf00b..02afb05e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,8 @@ GEM ast (2.4.3) bigdecimal (3.1.9) byebug (11.1.3) - childprocess (4.1.0) + childprocess (5.1.0) + logger (~> 1.5) codecov (0.6.0) simplecov (>= 0.15, < 0.22) coderay (1.1.3) @@ -52,6 +53,7 @@ GEM json (2.12.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) + logger (1.7.0) method_source (1.1.0) mime-types (3.4.1) mime-types-data (~> 3.2015) @@ -61,10 +63,10 @@ GEM netrc (0.11.0) oauth-tty (1.0.5) version_gem (~> 1.1, >= 1.1.1) - overcommit (0.59.1) - childprocess (>= 0.6.3, < 5) + overcommit (0.67.1) + childprocess (>= 0.6.3, < 6) iniparse (~> 1.4) - rexml (~> 3.2) + rexml (>= 3.3.9) parallel (1.27.0) parser (3.3.8.0) ast (~> 2.4.1) @@ -203,7 +205,7 @@ DEPENDENCIES minitest (~> 5.15.0) mocha oauth! - overcommit (~> 0.58) + overcommit (~> 0.67) pry pry-byebug rack (~> 3.1)