-
Notifications
You must be signed in to change notification settings - Fork 67
bwoken init error with latest #89
Comments
I experienced this too while following the introductory install instructions, this fix worked. Thanks yairgo! |
Confirmed. Thanks for sorting that out @yairgo |
yeah - it works. |
Using rake 10.4.2 Then when i type in bwoken --version Valik:rd2 user$ bwoken --version |
yes , even i see this error . Ignoring xcodeproj-0.17.0 because its extensions are not built. Try: gem pristine xcodeproj-0.17.0 can some one help me ? |
as you see - it still use slop v4 - so you need to uninstall it - and install only slop v 3.x.x |
sudo gem uninstall slop --version 4.0.0 removed issue |
thank you extr3mal .. it worked for me :) |
The latest release candidate is broken with the default bundle install.
This appears to be because slop released a new version 4.0.0
I added
gem 'slop', '3.6.0'
to my Gemfile and the init command worked successfully
The text was updated successfully, but these errors were encountered: