Skip to content

Commit 5a5c6b5

Browse files
Update overcommit requirement from 0.67.1 to 0.68.0 (#579)
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](sds/overcommit@v0.67.1...v0.68.0) --- updated-dependencies: - dependency-name: overcommit dependency-version: 0.68.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 363e63a commit 5a5c6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem 'rspec-its', '~> 2.0'
1212
gem 'appraisal'
1313

1414
# Run all pre-commit hooks via Overcommit during CI runs
15-
gem 'overcommit', '0.67.1'
15+
gem 'overcommit', '0.68.0'
1616

1717
# Pin tool versions (which are executed by Overcommit) for CI builds
1818
gem 'rubocop', '1.77.0'

0 commit comments

Comments
 (0)