Skip to content

Commit

Permalink
Update rugged requirement from >= 0.27, < 1.8 to >= 0.27, < 1.10
Browse files Browse the repository at this point in the history
Updates the requirements on [rugged](https://github.com/libgit2/rugged) to permit the latest version.
- [Release notes](https://github.com/libgit2/rugged/releases)
- [Changelog](https://github.com/libgit2/rugged/blob/master/CHANGELOG.md)
- [Commits](libgit2/rugged@v0.27.0...v1.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent e2ed94f commit d556095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion undercover.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
spec.add_dependency 'bigdecimal'
spec.add_dependency 'imagen', '>= 0.2.0'
spec.add_dependency 'rainbow', '>= 2.1', '< 4.0'
spec.add_dependency 'rugged', '>= 0.27', '< 1.8'
spec.add_dependency 'rugged', '>= 0.27', '< 1.10'
end

0 comments on commit d556095

Please sign in to comment.