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

Ruby 3.2 compatibility #162

Closed
hmdros opened this issue Jun 11, 2024 · 1 comment
Closed

Ruby 3.2 compatibility #162

hmdros opened this issue Jun 11, 2024 · 1 comment

Comments

@hmdros
Copy link

hmdros commented Jun 11, 2024

Hello!
Using cypress-on-rails ~> 1.8.0 and upgrading Ruby version to 3.3.0.
The situation is: Ruby 3.2.0 removed File.exists? and Dir.exists? deprecated methods here.
This change was later addressed by cypress-on-rails in version 1.12.0.

We need to either update the gemspec to have this requirement in older versions, or move the fix to older versions.
I would also suggest to update the CHANGELOG.md to have flags for compatibility and breaking changes.

I would be happy to open PRs with the solution you want. 😄

@grantspeelman
Copy link
Collaborator

We really only support one version track and don't backport any fixes to earlier versions.
We are however open to PRs that backports fixes to earlier versions 👍🏽

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