Skip to content

Commit

Permalink
Updated dependencies to get ready for new Ohai for Chef-17
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
johnmccrae committed Mar 1, 2024
1 parent 93ae085 commit d42cb7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ source "https://rubygems.org"
# Specify your gem's dependencies in win32-certstore.gemspec
gemspec

if Gem.ruby_version.to_s.start_with?("2.5")
# 16.7.23 required ruby 2.6+
gem "chef-utils", "< 16.7.23" # TODO: remove when we drop ruby 2.5
end

group :docs do
gem "yard"
gem "github-markup"
Expand Down
2 changes: 1 addition & 1 deletion win32-certstore.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec", "~> 3.0"

spec.add_dependency "ffi"
spec.add_runtime_dependency "chef-powershell", ">= 1.0.12"
spec.add_runtime_dependency "chef-powershell"
spec.metadata["yard.run"] = "yri"
end

0 comments on commit d42cb7c

Please sign in to comment.