Skip to content

Commit

Permalink
test: Fix grape test suite (#1017)
Browse files Browse the repository at this point in the history
`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
  • Loading branch information
arielvalentin committed Jun 16, 2024
1 parent 2230403 commit 3f46e7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instrumentation/grape/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ gemspec
group :test do
gem 'opentelemetry-instrumentation-base', path: '../base'
gem 'opentelemetry-instrumentation-rack', path: '../rack'
gem 'builder'
end

0 comments on commit 3f46e7a

Please sign in to comment.