Skip to content
Snippets Groups Projects
Commit b1f25957 authored by John Harris's avatar John Harris
Browse files

chore: we know that ddtrace 1.22 works with our stack

parent 622a131c
No related branches found
Tags 1.12.6
No related merge requests found
Pipeline #79302 passed
......@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
end
spec.require_paths = ['lib']
spec.add_dependency('amazing_print', '~> 1.4.0')
spec.add_dependency('ddtrace', '~> 1.9') # For datadog tracing/profiling.
spec.add_dependency('ddtrace', '~> 1.22') # For datadog tracing/profiling.
spec.add_dependency('dogstatsd-ruby', '~> 5.4.0') # For custom application metrics.
spec.add_dependency('google-protobuf', '~> 3.22.0')
spec.add_dependency('net_tcp_client', '~> 2.2.0') # For TCP logging.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment