We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently gem don't support ruby 2. Wrongly, when added ruby 3 support, ruby was locked into 3 versions 35fbc5c#diff-a63166717e2d725ff120dccad29b7c1cb14b2a3aec6c0d6f8fd28acffe2610d2R17
We have to update gemspec into something like
spec.required_ruby_version = Gem::Requirement.new('> 2.7')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently gem don't support ruby 2. Wrongly, when added ruby 3 support, ruby was locked into 3 versions
35fbc5c#diff-a63166717e2d725ff120dccad29b7c1cb14b2a3aec6c0d6f8fd28acffe2610d2R17
We have to update gemspec into something like
The text was updated successfully, but these errors were encountered: