Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.

Allow all 2.x ruby versions #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sverch
Copy link

@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.

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.
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants