Skip to content

Commit

Permalink
Update overcommit requirement from 0.64.0 to 0.64.1 (#528)
Browse files Browse the repository at this point in the history
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.64.0...v0.64.1)

---
updated-dependencies:
- dependency-name: overcommit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 7855eb3 commit bb5dbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'rspec-its', '~> 2.0'
gem 'appraisal'

# Run all pre-commit hooks via Overcommit during CI runs
gem 'overcommit', '0.64.0'
gem 'overcommit', '0.64.1'

# Pin tool versions (which are executed by Overcommit) for CI builds
gem 'rubocop', '1.68.0'
Expand Down

0 comments on commit bb5dbd4

Please sign in to comment.