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

Issues running sift-ruby with ruby version 3.2 #96

Open
rosatolen opened this issue Dec 5, 2024 · 0 comments
Open

Issues running sift-ruby with ruby version 3.2 #96

rosatolen opened this issue Dec 5, 2024 · 0 comments

Comments

@rosatolen
Copy link

Before I migrate my app from 3.1 to 3.2, I need to validate that sift-ruby works with ruby version 3.2.

To validate the gem, I have checked out the sift-ruby repository and run bundle exec rspec. The rspec tests pass with ruby version 3.1, but they fail with ruby version 3.2. Part of the failure in 3.2 is that the rspec library is too old, and it uses methods that have been removed in 3.2. But even after upgrading the rspec library, I am still seeing test errors in ruby 3.2:

Screenshot 2024-12-05 at 10 23 03 AM

It looks like this gem needs to be revisited to support ruby 3.2. Since ruby 3.1 will be EOL in the first quarter of next year, are there any plans to update this gem before then?

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

1 participant