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

Installation does not work on macOS Sierra (10.12.3) #129

Open
lekv opened this issue Feb 14, 2017 · 4 comments
Open

Installation does not work on macOS Sierra (10.12.3) #129

lekv opened this issue Feb 14, 2017 · 4 comments
Labels

Comments

@lekv
Copy link

lekv commented Feb 14, 2017

Installation failed with below error, ruby version is ruby 2.0.0p648 (2015-12-16 revision 53162) [universal.x86_64-darwin16]

sudo gem install gitdocs
Fetching: hitimes-1.2.4.gem (100%)
Building native extensions.  This could take a while...
Successfully installed hitimes-1.2.4
Fetching: timers-4.0.4.gem (100%)
Successfully installed timers-4.0.4
Fetching: celluloid-0.16.0.gem (100%)
Successfully installed celluloid-0.16.0
Fetching: nio4r-2.0.0.gem (100%)
ERROR:  Error installing gitdocs:
        nio4r requires Ruby version >= 2.2.2.
@acant
Copy link
Collaborator

acant commented Feb 24, 2017

@lekv thank you for the report. I will look into this and see if I can clarify what the requirements are.
Would you be able to upgrade your system ruby, if necessary?

@lekv
Copy link
Author

lekv commented Feb 24, 2017

Good question, @acant. I'm not familiar with Ruby no MacOS and whether it's safe to upgrade. If it's something that can be done with brew I can give it a try.

@acant
Copy link
Collaborator

acant commented Feb 24, 2017

You can. :)

brew install ruby

Which should update the system ruby, and then you can re-install the gitdocs gem.

@lekv
Copy link
Author

lekv commented Feb 28, 2017

Updating ruby through brew worked.

@acant acant added the Bug label Mar 17, 2017
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