Skip to content

Commit

Permalink
Merge pull request #41 from ifad/bugfix/fix-cgi
Browse files Browse the repository at this point in the history
Require CGI in HTTP Instrumentation module
  • Loading branch information
tagliala authored Jan 21, 2024
2 parents 65ce5da + 0c95980 commit f09e42c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/hawk/http/instrumentation.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'cgi'

module Hawk
class HTTP
module Instrumentation
Expand Down

0 comments on commit f09e42c

Please sign in to comment.