Everything was working fine before upgrading but now I can’t run rake tasks.. any idea if this is something to do with rake 0.9.2.2?
I don’t understand why this problem sometimes occurs.
[gh (master)]$ bundle list | grep rake
* rake (0.9.2.2)
[gh (master)]$ gem list | grep rake
rake (0.9.2.2, 0.8.7)
Two ways.. I preferred the
1st way:
I typed this from home directory in terminal:
and pasted this in the file:
then typed:
2nd way.
I typed this from home directory in terminal:
copied and pasted this into the files:
then closed terminal and re-opened to get everything working.
I also added .bin to my gitignore file.