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

Allow all 2.x ruby versions #1

Merged
merged 1 commit into from
May 1, 2017
Merged

Allow all 2.x ruby versions #1

merged 1 commit into from
May 1, 2017

Conversation

sverch
Copy link
Owner

@sverch sverch commented May 1, 2017

The error message says that ruby >= 1.8.7 is required, but the code
explicitly checks for 2.0 and 2.1, disallowing versions 2.2 and above.

https://ruby-doc.org/stdlib-2.3.0/libdoc/rubygems/rdoc/Gem/Version.html
would probably be a better way to compare the version numbers, but I
don't know if that works with all supported ruby versions.
@sverch sverch merged commit 124407f into master May 1, 2017
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 this pull request may close these issues.

1 participant