-
Notifications
You must be signed in to change notification settings - Fork 91
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 failure help #74
Comments
Can you try running |
Some progress, ran
Do I need make some further changes to PATH to locate Thanks! |
Odd, further changes shouldnt be necessary but it seems like your local ruby install is in a weird state. |
I finally got
And then I was getting failures with ruby version 2.5.3 and also with bundler 2.x. Not sure why I had to explicitly install rspec. |
@icecrystal23 why 2.3.8? for example Specs's Gemfile is pointing to:
|
Not sure. It was likely just another ruby version I already had set up so I tried it and it worked. Or I saw it referenced somewhere in one of the tools and decided to give it a shot. I find ruby versions to be quite finicky and even minor version updates can easily break things. |
@icecrystal23 See https://github.com/rails/rails/blob/master/activesupport/activesupport.gemspec#L12 basically the current setup for the core gem has a dependency on activesupport which has a dependency on: Among a few other errors I was getting and thought to dig deeper in the
Maybe I need to bump the ruby version to Or I might have to abandon your setup and try again the original setup with no This is all a huge/fun learning curve for someone who's never done any Ruby development, but I feel I'm super close to getting my setup right EDIT:
|
Could someone give me some pointers on what is probably a configuration issue of my environment? New to ruby + config:-) I do have CocoaPods + Fastlane running fine on the system, just getting the CocoaPods dev environment setup isn't working.
Thanks
Mark
I also notice that:
If relevant...
The text was updated successfully, but these errors were encountered: