diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/quiet_opener.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lib/quiet_opener.rb b/lib/quiet_opener.rb index cb8cf0619..8cedad250 100644 --- a/lib/quiet_opener.rb +++ b/lib/quiet_opener.rb @@ -1,5 +1,6 @@  require 'open-uri'  require 'net-purge' +require 'net/http/local'  def quietly_try_to_open(url)      begin  | 
