-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
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. |
If you are on Ruby 3+ |
Changed the gemspec |
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!
The text was updated successfully, but these errors were encountered: