I just installed ruby with the Heroku Toolbelt, probem is that when I do bundle install
it gives me this error:
sh.exe\": /c/Program Files (x86)/rub
For Windows users:
I used gitbash to install bundler.
gem install bundler
and the bundler was installed successfully. Even after that i was facing the same issue.
Found out that it was due to some permission issue in my case.
Here is what i did:
Hope this is helpful to anyone.