Skip to content

Commit

Permalink
Merge pull request WinRb#334 from postmodern/patch-1
Browse files Browse the repository at this point in the history
Add rexml as an explicit dependency for Ruby 3.x
  • Loading branch information
mwrock authored Apr 8, 2022
2 parents 7e1ac0d + 4f7785a commit ef3e56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winrm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'httpclient', '~> 2.2', '>= 2.2.0.2'
s.add_runtime_dependency 'logging', ['>= 1.6.1', '< 3.0']
s.add_runtime_dependency 'nori', '~> 2.0'
s.add_runtime_dependency 'rexml', '~> 3.0'
s.add_development_dependency 'pry'
s.add_development_dependency 'rake', '>= 10.3', '< 13'
s.add_development_dependency 'rb-readline'
s.add_development_dependency 'rexml'
s.add_development_dependency 'rspec', '~> 3.2'
s.add_development_dependency 'rubocop', '~> 1.26.0'
s.add_runtime_dependency 'rubyntlm', '~> 0.6.0', '>= 0.6.3'
Expand Down

0 comments on commit ef3e56e

Please sign in to comment.