jruby / warbler

Warbler chirpily constructs .war files of your Ruby applications.
Other
883 stars 204 forks source link

#552 Use URI.open instead of open #553

Closed laumacirule closed 1 month ago

laumacirule commented 1 month ago

Fix for https://github.com/jruby/warbler/issues/552

enebo commented 1 month ago

@laumacirule thanks for the update. Nice we already require the method you switched to as well.