-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add max faraday version to tests #1070
chore: add max faraday version to tests #1070
Conversation
…faraday 2.0, to be removed once koala itself fixes versioning
cc @SomalianIvan this should unblock #1043 |
Sending my grey approval |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -13,6 +13,7 @@ gem 'opentelemetry-instrumentation-base', path: '../base' | |||
|
|||
group :test do | |||
gem 'byebug' | |||
gem 'faraday', '<2.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would this make more sense to be included in the appraisals file instead?
That would be true for cases where older versions of faraday would be compatible only with older versions of the koala gem no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hm, yea that probably makes more sense. practically speaking i think that the outcome of this issue comment arsduo/koala#659 (comment) will probably resolve this for us in general, but can move into appraisal for now.
Summary
Temp workaround for arsduo/koala#659 to unblock CI until upstream Koala itself supports Faraday 2.0