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

fix ruby version support #3

Open
ccarruitero opened this issue Oct 5, 2023 · 0 comments
Open

fix ruby version support #3

ccarruitero opened this issue Oct 5, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@ccarruitero
Copy link
Contributor

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')
@ccarruitero ccarruitero added bug Something isn't working good first issue Good for newcomers labels Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant