Is there a way to tell Bundler to install a particular .gem file I have lying around?
I have a compiled version of ParseTree that I must use (damn you, Windows!), but didn't want to expand the gem file in order to add a :path => '...' attribute to the 'gem' requirement.