From c44242cb5b2e6ae7cc9996f7fee2e81cb57a390c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:12:39 +0000 Subject: [PATCH] build(deps-dev): update overcommit requirement from 0.60.0 to 0.63.0 Updates the requirements on [overcommit](https://github.com/sds/overcommit) to permit the latest version. - [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.60.0...v0.63.0) --- updated-dependencies: - dependency-name: overcommit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 736ebef..86de721 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source "https://rubygems.org" gemspec group :development do - gem "overcommit", "0.60.0" + gem "overcommit", "0.63.0" gem "rubocop", "1.50.2" gem "rubocop-rspec", "2.20.0" end