I want to extend existing Ruby gem. How can I patch it locally?
There is a open source gem hosted on git开发者_运维百科hub.
I have found a bug and want to fix it and send pull request back. Now this gem is locally installed.
How can I accomplish this task?
Brilliantly answered at Forking a gem for a Rails project.(hint: use Bundler locally)
精彩评论