Actions
Bug #18147
closedURI is not loaded anymore since ruby-2.7.0
Bug #18147:
URI is not loaded anymore since ruby-2.7.0
Description
It's not a big thing but may break things: Starting with ruby-2.7.0 the URI module is not auto-loaded. Please check/reproduce this using ruby -e "URI" since ruby-2.7.0
it throws an uninitialized constant URI (NameError) whereas in previous ruby releases it simply passes.
I have no clue which things have changed from 2.6.6 to 2.7.0 that are causing this unusual behaiviour...
Actions