Skip to content

Commit

Permalink
Updating dependencies and minitar version
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
johnmccrae committed Aug 9, 2024
1 parent 4d34215 commit e1ff9ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions berkshelf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ Gem::Specification.new do |s|

s.add_dependency "mixlib-shellout", ">= 2.0", "< 4.0"
s.add_dependency "cleanroom", "~> 1.0"
s.add_dependency "minitar", ">= 0.6"
s.add_dependency "minitar", ">= 0.6", "< 0.12"
s.add_dependency "retryable", ">= 2.0", "< 4.0"
s.add_dependency "solve", "~> 4.0"
s.add_dependency "thor", ">= 0.20"
s.add_dependency "octokit", "~> 4.0"
s.add_dependency "mixlib-archive", ">= 1.1.4", "< 2.0" # needed for ruby 3.0 / Dir.chdir removal
s.add_dependency "concurrent-ruby", "~> 1.0"
if RUBY_VERSION.match?(/3.0/)
s.add_dependency "chef", "~> 17.0" # needed for --skip-syntax-check
s.add_dependency "chef", "~> 17.10.122" # needed for --skip-syntax-check
elsif
s.add_dependency "chef", ">= 15.7.32"
end
Expand Down

0 comments on commit e1ff9ba

Please sign in to comment.