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

Popular posts from this blog

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -