Skip to content

Commit d333db9

Browse files
committed
fix: add Active Support as runtime dependency in Racecar instrumentation
Installation of Racecar instrumentation silently fails without Active Support. Since this instrumentation doesn’t work at all without Active Support, it should be listed as a runtime dependency. It was already being installed in test and example Gemfiles.
1 parent 4189529 commit d333db9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

instrumentation/racecar/opentelemetry-instrumentation-racecar.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Gem::Specification.new do |spec|
2525
spec.require_paths = ['lib']
2626
spec.required_ruby_version = ">= #{File.read(File.expand_path('../../gemspecs/RUBY_REQUIREMENT', __dir__))}"
2727

28+
spec.add_dependency 'activesupport'
2829
spec.add_dependency 'opentelemetry-api', '~> 1.0'
2930
spec.add_dependency 'opentelemetry-instrumentation-base', '~> 0.23.0'
3031

0 commit comments

Comments
 (0)