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

Faraday dependency making this gem tough for new apps #93

Open
bladerunnn opened this issue Jan 31, 2024 · 1 comment
Open

Faraday dependency making this gem tough for new apps #93

bladerunnn opened this issue Jan 31, 2024 · 1 comment

Comments

@bladerunnn
Copy link

The current faraday gem is v2.9.x, and for a newer application using common gems that depend on faraday require >2 now. This dependency <= 1.3.0 makes is infeasible to use podio-rb.

s.add_dependency('faraday', ['>= 0.8.0', '<= 1.3.0'])

Please consider updating the gem to work with faraday v2+.

@tobiasgr
Copy link

Strongly support this... unable to use this gem due to this issue.

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

No branches or pull requests

2 participants