ruby/open-uri

missing net-http dependency?

jasonwbarnett opened this issue · 1 comments

I was curious why the open-uri.gemspec doesn't declare net-http as a dependency even though it's required in the lib? Is this a mistake or by design?

hsbt commented

I have no plan to extract net-http from stdlib of the Ruby language. So, We can always require it and don't need to add net-http as dependencies for open-uri.