Skip to content
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

Allow using faraday 1.x #58

Merged
merged 1 commit into from
Jul 21, 2022
Merged

Allow using faraday 1.x #58

merged 1 commit into from
Jul 21, 2022

Conversation

ekohl
Copy link
Contributor

@ekohl ekohl commented Jul 7, 2022

While version 2 is already out, this should at least unblock some use cases.

Fixes #57

netbox-client-ruby.gemspec Outdated Show resolved Hide resolved
expect(NetboxClientRuby::Connection.new.builder.handlers)
.to include Faraday::Adapter::NetHttp
else
expect(NetboxClientRuby::Connection.new.builder.adapter)
Copy link
Member

Choose a reason for hiding this comment

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

This seems to not be indented correctly?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed

While version 2 is already out, this should at least unblock some use
cases.
@thde thde merged commit ce22842 into ninech:master Jul 21, 2022
@ekohl ekohl deleted the faraday-1 branch July 21, 2022 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Faraday Gem is outdated
2 participants