Skip to content

Commit 3f46e7a

Browse files
test: Fix grape test suite (#1017)
`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 #1015
1 parent 2230403 commit 3f46e7a

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)