Skip to content

Allow faraday 2.x #38

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

Merged
merged 2 commits into from
Nov 29, 2023
Merged

Allow faraday 2.x #38

merged 2 commits into from
Nov 29, 2023

Conversation

smortex
Copy link
Contributor

@smortex smortex commented Mar 22, 2023

Fixes #37

@smortex smortex requested a review from a team as a code owner March 22, 2023 21:39
@CLAassistant
Copy link

CLAassistant commented Apr 19, 2023

CLA assistant check
All committers have signed the CLA.

@@ -15,6 +15,6 @@ Gem::Specification.new do |s|
s.license = "Apache-2.0"
s.require_paths = ["lib"]

s.add_dependency 'faraday', '~> 1.4'
s.add_dependency 'net-http-persistent', '~> 4.0'
s.add_dependency 'faraday', '~> 2.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will be easier for us to take this up if we allow both 1.x and 2.x in the mean time so we dont have to immediately change bolt packaging.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I adjusted the commits accordingly.

@donoghuc donoghuc mentioned this pull request Nov 28, 2023
@smortex smortex changed the title Switch to faraday 2.x Allow faraday 2.x Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

orchestrator_client-0.6.1 breaks bolt with Ruby 3.1
4 participants