I am curious about how bundler (https://github.com/carlhuda/bundler) works. So I cloned the repository. However I am not able to figure out what I need to do so that when I do bundle install ruby should use the bundler which I have cloned and not the gem already installed.
I guess I need to add my repo path somewhere so that when ruby is looking for bundler it picks up cloned bundler and not the gem bundler.
I tried a few things. but nothing worked. I use rvm.
just do
which generates a .gem file and install this with rubygems
than you are using your own fork of bundler