-
Notifications
You must be signed in to change notification settings - Fork 12
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
ruby 3 : undefined method `escape' for URI:Module #20
Comments
Same issue
EDIT: I changed for CGI.escape but the uml.png generated is not readable
|
C:\Users\a0233420\Desktop\vatf-scripts>umlify ./BSP/boot_stress/bootstress_test.rb umlifying processing ./BSP/boot_stress/bootstress_test.rb... Downloading the image from yUML, it shouldn't be long. C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/umlify-1.2.6/lib/umlify/runner.rb:65:in |
URI.escape was deprecated , CGI.escape should be used.
The text was updated successfully, but these errors were encountered: