Skip to content

Commit

Permalink
chore: add max faraday version to tests to prevent koala breaking on …
Browse files Browse the repository at this point in the history
…faraday 2.0, to be removed once koala itself fixes versioning (#1070)
  • Loading branch information
ericmustin committed Jan 4, 2022
1 parent 125c4d9 commit d8ebe73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instrumentation/koala/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem 'opentelemetry-instrumentation-base', path: '../base'

group :test do
gem 'byebug'
gem 'faraday', '<2.0'
gem 'opentelemetry-common', path: '../../common'
gem 'opentelemetry-sdk', path: '../../sdk'
gem 'opentelemetry-semantic_conventions', path: '../../semantic_conventions'
Expand Down

0 comments on commit d8ebe73

Please sign in to comment.