Skip to content

Commit

Permalink
Update lib/new_relic/agent/instrumentation/async_http.rb
Browse files Browse the repository at this point in the history
Co-authored-by: James Bunch <[email protected]>
  • Loading branch information
tannalynn and fallwith authored Oct 20, 2023
1 parent e911c78 commit 57c81fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/new_relic/agent/instrumentation/async_http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
require_relative 'async_http/prepend'

DependencyDetection.defer do
named :'async_http'
named :async_http

depends_on do
defined?(Async::HTTP) && Gem::Version.new(Async::HTTP::VERSION) >= Gem::Version.new('0.59.0')
Expand Down

0 comments on commit 57c81fe

Please sign in to comment.