From: "byroot (Jean Boussier)" Date: 2021-09-03T09:20:34+00:00 Subject: [ruby-core:105135] [Ruby master Bug#18147] URI is not loaded anymore since ruby-2.7.0 Issue #18147 has been updated by byroot (Jean Boussier). It's a change in rubygems: https://github.com/rubygems/rubygems/commit/0f55f337b174f9f70a213c078ae2a1c2bfd07e75 And is probably for the best. ---------------------------------------- Bug #18147: URI is not loaded anymore since ruby-2.7.0 https://bugs.ruby-lang.org/issues/18147#change-93544 * Author: sascha (Sascha Willuweit) * Status: Open * Priority: Normal * ruby -v: >=2.7.0 * Backport: 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN ---------------------------------------- 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... -- https://bugs.ruby-lang.org/ Unsubscribe: