Skip to content

Commit 10f4431

Browse files
Update minitar requirement from ~> 0.9 to ~> 1.0
Updates the requirements on [minitar](https://github.com/halostatue/minitar) to permit the latest version. - [Changelog](https://github.com/halostatue/minitar/blob/main/CHANGELOG.md) - [Commits](halostatue/minitar@v0.9...v1.0.2) --- updated-dependencies: - dependency-name: minitar dependency-version: 1.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c99c5c0 commit 10f4431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ group(:features) do
2929
gem 'hocon', '~> 1.0', require: false
3030
# requires native libshadow headers/libs
3131
#gem 'ruby-shadow', '~> 2.5', require: false, platforms: [:ruby]
32-
gem 'minitar', '~> 0.9', require: false
32+
gem 'minitar', '~> 1.0', require: false
3333
gem 'msgpack', '~> 1.2', require: false
3434
gem 'rdoc', ['~> 6.0', '< 6.4.0'], require: false, platforms: [:ruby]
3535
# requires native augeas headers/libs

0 commit comments

Comments
 (0)