From c0a5fadaa52cf4b828edb266a473957d59b231bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 07:42:14 +0000 Subject: [PATCH] Bump overcommit from 0.70.0 to 0.71.0 Bumps [overcommit](https://github.com/sds/overcommit) from 0.70.0 to 0.71.0. - [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.70.0...v0.71.0) --- updated-dependencies: - dependency-name: overcommit dependency-version: 0.71.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d91c983..ab1a607 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'sinatra', '~> 4.2' gem 'sinatra-contrib', '~> 4.1' group :development do - gem 'overcommit', '~> 0.70.0' + gem 'overcommit', '~> 0.71.0' gem 'rubocop', '~> 1.88.0' gem 'rubocop-rspec', '~> 3.10' end diff --git a/Gemfile.lock b/Gemfile.lock index 450eb5b..a9b9ae6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,7 +46,7 @@ GEM racc (~> 1.4) nokogiri (1.19.4-x86_64-linux-musl) racc (~> 1.4) - overcommit (0.70.0) + overcommit (0.71.0) childprocess (>= 0.6.3, < 6) iniparse (~> 1.4) rexml (>= 3.3.9) @@ -159,7 +159,7 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - overcommit (~> 0.70.0) + overcommit (~> 0.71.0) pry (~> 0.16.0) puma (~> 8.0) rack-test (~> 2.2)