-
Notifications
You must be signed in to change notification settings - Fork 95
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
rake bootstrap fails due to cocoapods-docs Ruby version requirement #69
Comments
Yeah, I think it's fine to make that a |
@orta Thanks you for the comment. OK, I will make a PR on cocoapods-docs 😃 |
@orta I tried the change you suggested locally, and it fixes the issue, but I got another error:
I think the different rake gem is used for bootstrapping. I checked Rainforest's Rakefile at line 117:
Do you think it should start with |
@keitaito I have the same issue. +1 |
Thanks for fixing the issue! |
🌈
Question
This issue might be related to cocoapods-docs.
rake bootstrap
fails due tococoapods-docs
ruby version requirement 2.0. Does this requirement can be changed to something like2.0 or later
?Report
What did you do?
rake bootstrap
What did you expect to happen?
I expected to bootstrap and build CocoaPods and its dependencies.
What happened instead?
rake aborted with the following error while
Bootstrapping cocoapods-docs
:CocoaPods Environment
Stack
I use rbenv for managing ruby versions.
Installation Source
Plugins
To fix the above issue, I installed
ruby 2.0.0-p648
, and ranrake bootstrap
. Then, I got another error:Some projects like
Xcodeproj
use the forkedjson 1.7.7
gem and it seemsruby 2.0.0-p648
has some issue with it. So, I updated their Gemfiles to use the originaljson 1.7.7
as the issue 63 mentioned, and it fixes the above error. Even though I'm still seeing somerake aborted!
messages,rake bootstrap
can be complete now. I was wondering all these issues could be fixed ifcocoapods-docs
can be built with newer ruby.The entire log is very long, so I posted it on my gist.
It would be great if I could hear opinions and suggestions from anyone who might know these issues. I would love to contribute to fix this issue as well! Thank you 😃
The text was updated successfully, but these errors were encountered: