1
In certain functionality of my application, I need to use the "open-Uri" library, which is native to Ruby and does not have a library for Ruby on Rails.
I’m using a require "open-uri"
where I need in the application and is working normally.
I ask: Since there is no Gem to be placed as a dependency there in Gemfile, is there any location I should use to load this "dependency", or I can continue giving the require where I need to use it?