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

Enforce Ruby 1.9.2+ requirement #82

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

Conversation

chastell
Copy link

I was just graced with a Ruby 1.8 project and learned the hard way that while git-up installs just fine under Ruby 1.8.7, posix-spawn 0.3.9 (itself a grit dependency) blows up.

This enforces a Ruby 1.9.2+ requirement. I checked that git-up does work on 1.9.2-p330 and 1.9.3-p547; 1.9.1-p431 doesn’t install for me on Ubuntu 14.04 and I don’t think Ruby 1.9.1 userbase size warrants further experiments.

Thanks so much for git-up!

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

None yet

1 participant