Closed ronaldtse closed 3 years ago
The problem is of course that they are required outside of Ruby 3.0, so I will need to make the includes conditional.
Has already been addressed: the dependency on open-uri is obsolete, and has been removed from metanorma-ietf in https://github.com/metanorma/metanorma-ietf/commit/3d6fe5f442b1bfaf59407096cac482cde15d1773
These come from some
require "open-uri"
orrequire "uri"
call in the stack that is not needed in Ruby 3.0.We need to find that offending line and remove it. Both
open-uri
anduri
are Ruby default gems and are required by default, they do not need to be manually required.