git - What's the easiest way to maintain a patched set of rails gems, with bundler? -
we're transitioning 'frozen' rails gems using bundler , maintain rails gems patches, merges etc. external git source. what's easiest way set up, adding gemspecs patch branches etc.?
i store them on place accessible bundler (like public repo on github), in gemfile use :git=>
option like
gem "nokogiri", :git => "git://github.com/tenderlove/nokogiri.git"
Comments
Post a Comment