Skip to content

Commit

Permalink
fix: add missing require for net/http
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 5, 2018
1 parent c2f40ee commit fe2ebb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pact/hal/http_client.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'pact/retry'
require 'net/http'

module Pact
module Hal
Expand Down

0 comments on commit fe2ebb1

Please sign in to comment.