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

Wrong ruby version specified in gemspec allows installing gem version that won't work #87

Open
Nakilon opened this issue Sep 8, 2021 · 0 comments
Labels

Comments

@Nakilon
Copy link

Nakilon commented Sep 8, 2021

SyntaxError (/Users/nakilon/.rbenv/versions/2.5.7/lib/ruby/gems/2.5.0/gems/infoboxer-0.4.0/lib/infoboxer/tree/table.rb:35: syntax error, unexpected ']')
          rows[1..]

There was a big commit recently introducing lots of modern features.
But .gemspec says:

  s.required_ruby_version = '>= 2.1.0'

Either this should be corrected or... I'm personally not sure that omitting -1 is worth losing compatibility.

@zverok zverok added the bug label Sep 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants