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

Old Ruby required #14

Closed
Inversion-des opened this issue Jan 12, 2021 · 3 comments · Fixed by #15
Closed

Old Ruby required #14

Inversion-des opened this issue Jan 12, 2021 · 3 comments · Fixed by #15

Comments

@Inversion-des
Copy link

Inversion-des commented Jan 12, 2021

This line
s.required_ruby_version = '~> 2.3'
causes gem install to install some old version when I'm on Ruby 3.
Is there any reason for that? Works fine for me on the latest Ruby (cloned the repo to use it).

Thank you for the gem!

@vikdotdev
Copy link
Owner

Hey, I've never tried to run it on Ruby 3. Do you have any error messages or it's just that the required version is preventing you from running it?

Will try to look into it this evening.

@Inversion-des
Copy link
Author

Inversion-des commented Jan 12, 2021

If you are on Ruby 3+ gem install will find some older version of a gem where there was no such required_ruby_version, and for me, that version did not work at all…

@vikdotdev
Copy link
Owner

Changed the gemspec required_ruby_version to include any future version. I haven't tested it extensively but it should work fine. Feel free to re-open if it doesn't.

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

Successfully merging a pull request may close this issue.

2 participants