From 6bf22982ec2c3619fd52de85a628caa76cc7f487 Mon Sep 17 00:00:00 2001 From: Shane da Silva Date: Tue, 16 Jan 2024 15:17:13 -0800 Subject: [PATCH] =?UTF-8?q?Update=20Overcommit=200.61.0=20=E2=86=92=200.62?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5438d2f..16f3338 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'http://rubygems.org' gemspec # Run all pre-commit hooks via Overcommit during CI runs -gem 'overcommit', '0.61.0' +gem 'overcommit', '0.62.0' # Pin tool versions (which are executed by Overcommit) for CI builds gem 'rubocop', '1.44.1'