Skip to content

Commit

Permalink
ci: Workaround for JRuby
Browse files Browse the repository at this point in the history
Fixes #1289
  • Loading branch information
arielvalentin committed Dec 4, 2024
1 parent a60f6d1 commit 5ea1c96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions instrumentation/action_mailer/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ gemspec
group :test do
gem 'opentelemetry-instrumentation-base', path: '../base'
gem 'opentelemetry-instrumentation-active_support', path: '../active_support'
# Add jar-dependencies gem only if the Ruby runtime is JRuby
# https://github.com/jruby/jruby/issues/7262
gem 'jar-dependencies', '0.4.1', platforms: :jruby
end

0 comments on commit 5ea1c96

Please sign in to comment.