Skip to content

Commit

Permalink
Merge pull request #158 from mnyrop/bug/net-explicit-require
Browse files Browse the repository at this point in the history
Bug: Explicit require net/http
  • Loading branch information
thatbudakguy authored Aug 3, 2023
2 parents 55add25 + 210818f commit 00aaaf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/geo_combine/harvester.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require 'json'
require 'find'
require 'git'
require 'net/http'

module GeoCombine
# Harvests Geoblacklight documents from OpenGeoMetadata for indexing
Expand Down

0 comments on commit 00aaaf0

Please sign in to comment.