Skip to content

Commit

Permalink
Require net/https explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
ursm committed Jul 7, 2024
1 parent b5bad31 commit 828b099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/fetch/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

require 'mini_mime'
require 'net/http'
require 'net/https'
require 'singleton'
require 'uri'

Expand Down

0 comments on commit 828b099

Please sign in to comment.