Skip to content

Commit

Permalink
Merge pull request #533 from deepj/remove-kconv-require
Browse files Browse the repository at this point in the history
Remove unused kconv require
  • Loading branch information
flavorjones authored Apr 1, 2021
2 parents 497044c + 1b1b227 commit 35b72e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/mechanize/http/agent.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true
require 'tempfile'
require 'net/ntlm'
require 'kconv'
require 'webrobots'

##
Expand Down Expand Up @@ -1279,4 +1278,3 @@ def reset
end

require 'mechanize/http/auth_store'

0 comments on commit 35b72e8

Please sign in to comment.