We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28833c2 commit 48b14b6Copy full SHA for 48b14b6
instrumentation/rack/Gemfile
@@ -24,7 +24,7 @@ group :test do
24
gem 'rspec-mocks'
25
gem 'opentelemetry-instrumentation-base', path: '../base'
26
gem 'rack-test', '~> 2.1.0'
27
- if RUBY_VERSION >= '3.4'
+ if RUBY_VERSION >= '3.4'
28
gem 'base64'
29
gem 'mutex_m'
30
end
0 commit comments