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

Set required Ruby version as >= 2.1.0 #14

Merged
merged 1 commit into from
Mar 21, 2018

Conversation

sigv
Copy link
Contributor

@sigv sigv commented Mar 17, 2018

As we use solve and it requires Ruby >= 2.1.0, we can be explicit in our Gem Spec as well.

See #9.

We `require 'solve'` and that little Gem requires Ruby v2.1.0
or higher, so we do so as well by inheritance. This commit makes
that requirement explicit in our Gem Spec as well.

Closes voxpupuli#9.
@tampakrap
Copy link
Contributor

makes sense, thanks again!

@tampakrap tampakrap merged commit 1cebcd5 into voxpupuli:master Mar 21, 2018
@sigv sigv deleted the rubyversion-solve branch March 21, 2018 12:26
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.

2 participants