-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot load such file -- rexml/document (LoadError) #328
Comments
It seems doing Probably we should add it to evil-winrm Gemfile and Gemfile.lock. |
We did a commit to fix this on future version: Hackplayers/evil-winrm@83bc6ec |
Yes but since it's loaded at runtime it should be added as |
Please, enable private messages on twitter or contact me on IRC or Discord (OscarAkaElvis#3764) to keep talking about this further. |
I'll try to PM you on discord else https://docs.github.com/en/discussions |
To add it as a runtime dependency is something that WinRM staff should do. From our side (evil-winrm team) already did a commit to fix it. Let's see what WinRM staff do. |
Also just ran into this. I think winrm should add rexml as a dependency since it's using it, Users and package managers will increasingly switch to Ruby 3.x and adding rexml as a dependency means you will get newer versions of the library. |
actually for me |
oh yes fixed in #334 |
evil-winrm requires winrm.
Is is due because rexml should be a runtime dependency and not a dev one?
WinRM/lib/winrm/http/response_handler.rb
Line 15 in ebbed11
or because an incompatibility was brought by the last version of rexml because the version is not locked in the gemspec?
The text was updated successfully, but these errors were encountered: