Not sure what's going on here, but in my Rails 3 application, I type bundle install
and at the end if says Your bundle is complete! It was installed into ./runner
.
Weird because I have no idea where runner is coming from!
Not sure what's going on here, but in my Rails 3 application, I type bundle install
and at the end if says Your bundle is complete! It was installed into ./runner
.
Weird because I have no idea where runner is coming from!
If I recall correctly, if you run something like
bundle install ./runner
it will remember the path./runner
.bundle install --system
should fix it. i think.See the manpage: