Skip to content

Commit

Permalink
Update minitar requirement from ~> 0.9 to >= 0.9, < 2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [minitar](https://github.com/halostatue/minitar) to permit the latest version.
- [Changelog](https://github.com/halostatue/minitar/blob/main/History.md)
- [Commits](halostatue/minitar@v0.9...v0.12)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 8, 2024
1 parent c8ec669 commit bd29d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r10k.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |s|
s.add_dependency 'gettext-setup', '>=0.24', '<2.0'

s.add_dependency 'jwt', '>= 2.2.3', '< 3'
s.add_dependency 'minitar', '~> 0.9'
s.add_dependency 'minitar', '>= 0.9', '< 2.0'

s.add_development_dependency 'rspec', '~> 3.1'

Expand Down

0 comments on commit bd29d4f

Please sign in to comment.