Skip to content

Commit

Permalink
Merge pull request #217 from prometheus/sinjo-add-missing-require
Browse files Browse the repository at this point in the history
Add missing 'cgi' require in push client
  • Loading branch information
Chris Sinjakli committed Mar 24, 2021
2 parents 65d0a35 + 4f95dd0 commit 7635b8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/prometheus/client/push.rb
Expand Up @@ -3,6 +3,7 @@
require 'thread'
require 'net/http'
require 'uri'
require 'cgi'

require 'prometheus/client'
require 'prometheus/client/formats/text'
Expand Down

0 comments on commit 7635b8f

Please sign in to comment.