Skip to content

Commit

Permalink
Update overcommit requirement from 0.64.1 to 0.65.0 (#544)
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.1...v0.65.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 51ebb87 commit c977889
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.1'
gem 'overcommit', '0.65.0'

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

0 comments on commit c977889

Please sign in to comment.