Skip to content

Commit

Permalink
Update overcommit requirement from 0.63.0 to 0.64.0
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.63.0...v0.64.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent e80e54f commit b6a92de
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', '~> 1.0'
gem 'appraisal'

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

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

0 comments on commit b6a92de

Please sign in to comment.