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

Implement Compatibility with Ruby 3.x #4

Open
erados opened this issue Dec 14, 2023 · 0 comments
Open

Implement Compatibility with Ruby 3.x #4

erados opened this issue Dec 14, 2023 · 0 comments

Comments

@erados
Copy link

erados commented Dec 14, 2023

Hello,

I've been following your blog posts and appreciate your insights. As I was exploring your repository, I encountered an issue related to Ruby version compatibility.

With the upcoming release of Ruby 3.3, I noticed that the repository might not be fully compatible with the latest Ruby 3.x versions. When attempting to run bundle install, I received the following error:

minitest-5.14.2 requires ruby version < 3.1, >= 2.2, which is incompatible with the current version, ruby 3.2.2p53

This seems to suggest a compatibility issue with the minitest version specified in the Gemfile and the newer Ruby versions.

Given that Ruby 3.3 is on the horizon, and I am currently using Ruby 3.2.2, addressing this could be beneficial for future-proofing the project.

Could we consider updating the minitest version or making other necessary adjustments to ensure compatibility with Ruby 3.2.2 and upcoming versions?

Thank you for your attention to this matter.

Screenshot 2023-12-14 at 9 49 11 PM

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