Skip to content

Commit

Permalink
Merge pull request #719 from marcotc/require-ipaddr
Browse files Browse the repository at this point in the history
Explicitly require IPAddr
  • Loading branch information
geemus committed Jun 17, 2020
2 parents f6a6e78 + 8316765 commit 5607159
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/excon/connection.rb
@@ -1,4 +1,6 @@
# frozen_string_literal: true
require 'ipaddr'

module Excon
class Connection
include Utils
Expand Down

0 comments on commit 5607159

Please sign in to comment.