Skip to content

Commit 30bd6fa

Browse files
committed
Remove redundant require
net/https is no longer needed since Ruby 2, according to the docs. https://docs.ruby-lang.org/en/2.0.0/Net/HTTP.html#class-Net::HTTP-label-HTTPS
1 parent 86b4d0c commit 30bd6fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/httparty.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
require 'pathname'
44
require 'net/http'
5-
require 'net/https'
65
require 'uri'
76
require 'zlib'
87
require 'multi_xml'

0 commit comments

Comments
 (0)