Skip to content

Commit

Permalink
fix: Add Concurrent Ruby dependency to Rails (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin authored Jan 9, 2025
1 parent e3c020f commit 8bf09af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ module Rails
require 'opentelemetry-instrumentation-action_mailer'
require 'opentelemetry-instrumentation-active_record'
require 'opentelemetry-instrumentation-active_job'
require 'opentelemetry-instrumentation-concurrent_ruby'
require_relative 'rails/instrumentation'
require_relative 'rails/version'
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'opentelemetry-instrumentation-active_record', '~> 0.8.0'
spec.add_dependency 'opentelemetry-instrumentation-active_support', '~> 0.7.0'
spec.add_dependency 'opentelemetry-instrumentation-base', '~> 0.22.1'
spec.add_dependency 'opentelemetry-instrumentation-concurrent_ruby', '~> 0.21.4'

spec.add_development_dependency 'appraisal', '~> 2.5'
spec.add_development_dependency 'bundler', '~> 2.4'
Expand Down

0 comments on commit 8bf09af

Please sign in to comment.