Skip to content

Commit cc49ad7

Browse files
committed
test: Fix grape test suite
`builder` was removed as a dependency to `grape` but is used by active support in some versions. See ruby-grape/grape#2443 See ruby-grape/grape#2445 Fixes open-telemetry#1015
1 parent 2230403 commit cc49ad7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

instrumentation/grape/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ gemspec
1515
group :test do
1616
gem 'opentelemetry-instrumentation-base', path: '../base'
1717
gem 'opentelemetry-instrumentation-rack', path: '../rack'
18+
gem 'builder'
1819
end

0 commit comments

Comments
 (0)