-
Notifications
You must be signed in to change notification settings - Fork 988
Supported ruby versions conflict #1304
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
Comments
The code is linted with Ruby 2.4 rules, so that we can still install and use on that, but we are not extending the promise longer than that. Our support window is "the same as Ruby's", but we didn't see a reason to cut off earlier versions before we had a reason to. https://github.com/lostisland/faraday/blob/main/.rubocop.yml#L11 |
Hi @jedeleh, thanks for raising this and apologies for the confusion. Based on your feedback I suspect we should add a clear message in the README to explain that the |
Perfect! Thanks for the information, and for considering the issue. |
Basic Info
The Faraday README.md states: "Currently that means we support Ruby 2.6+"
Rubygems.org states that the required ruby version is >= 2.4
This seems contradictory.
Issue description
I need to use the most recent version of Faraday that supports 2.5.3. There's likely no code change for this--just documentation to explain why, and then how to find the the actual version that supported a specific ruby version.
Steps to reproduce
Read the README, visit Rubygems.org and check the required ruby version information on the right side of the view when you select a specific Faraday version.
The text was updated successfully, but these errors were encountered: