Skip to content

Commit

Permalink
Update minitar requirement from ~> 0.7 to >= 0.7, < 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.1)

---
updated-dependencies:
- dependency-name: minitar
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 44894ee commit f60a6ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
bagit (~> 0.4)
connection_pool (~> 2.2)
daemons (~> 1.2, >= 1.2.4)
minitar (~> 0.7)
minitar (>= 0.7, < 2.0)
openstack (~> 3.3, >= 3.3.10)
rdf (>= 1.99, < 4.0)
rdf-n3 (>= 1.99, < 4.0)
Expand Down Expand Up @@ -109,7 +109,7 @@ GEM
mime-types (3.5.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.1003)
minitar (0.9)
minitar (0.12.1)
minitest (5.20.0)
mutex_m (0.1.2)
nap (1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion pushmi_pullyu.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'bagit', '~> 0.4'
spec.add_runtime_dependency 'connection_pool', '~> 2.2'
spec.add_runtime_dependency 'daemons', '~> 1.2', '>= 1.2.4'
spec.add_runtime_dependency 'minitar', '~> 0.7'
spec.add_runtime_dependency 'minitar', '>= 0.7', '< 2.0'
spec.add_runtime_dependency 'openstack', '~> 3.3', '>= 3.3.10'
spec.add_runtime_dependency 'rdf', '>= 1.99', '< 4.0'
spec.add_runtime_dependency 'rdf-n3', '>= 1.99', '< 4.0'
Expand Down

0 comments on commit f60a6ad

Please sign in to comment.