Skip to content

Commit

Permalink
move to chef maintained cleanroom
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <[email protected]>
  • Loading branch information
tpowell-progress committed Aug 12, 2024
1 parent 4d34215 commit a67492e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions berkshelf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,21 @@ Gem::Specification.new do |s|
}

s.add_dependency "mixlib-shellout", ">= 2.0", "< 4.0"
s.add_dependency "cleanroom", "~> 1.0"
s.add_dependency "chef-cleanroom", "~> 1.0"
s.add_dependency "minitar", ">= 0.6"
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"

s.add_dependency "ffi", "~> 1.9", "< 1.16.0" #

if RUBY_VERSION.match?(/3.0/)
s.add_dependency "chef", "~> 17.0" # needed for --skip-syntax-check
elsif
s.add_dependency "chef", ">= 15.7.32"
elsif
s.add_dependency "chef", ">= 15.7.32"
end
s.add_dependency "chef-config"
# this is required for Mixlib::Config#from_json
Expand Down

0 comments on commit a67492e

Please sign in to comment.