Skip to content

Commit 1b957a6

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] <support@github.com>
1 parent 2aee693 commit 1b957a6

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
@@ -27,7 +27,7 @@ group(:features) do
2727
gem 'hocon', '~> 1.0', require: false
2828
# requires native libshadow headers/libs
2929
#gem 'ruby-shadow', '~> 2.5', require: false, platforms: [:ruby]
30-
gem 'minitar', '~> 0.9', require: false
30+
gem 'minitar', '~> 1.0', require: false
3131
gem 'msgpack', '~> 1.2', require: false
3232
gem 'rdoc', ['~> 6.0', '< 6.4.0'], require: false, platforms: [:ruby]
3333
# requires native augeas headers/libs

0 commit comments

Comments
 (0)