Skip to content

Commit

Permalink
updating winrm-elevated to release a chef version
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
johnmccrae committed Jan 9, 2025
1 parent b52a796 commit 006faad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winrm-elevated.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = %w[README.md LICENSE]

s.required_ruby_version = '>= 3.0.0'
s.add_runtime_dependency 'erubi', '~> 1.8'
s.add_runtime_dependency 'chef-winrm', '>= 2.3.10'
s.add_runtime_dependency 'chef-winrm-fs', '~> 1.3'
s.add_runtime_dependency 'erubi', '~> 1.8'
s.add_development_dependency 'rake', '>= 13.2.1'
s.add_development_dependency 'rexml'
s.add_development_dependency 'rspec', '~> 3.2'
Expand Down

0 comments on commit 006faad

Please sign in to comment.