Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在从“冻结”的 rails gem 过渡到使用 bundler,并希望通过补丁、合并等来维护 rails gem,比如来自外部 git 源。设置它的最简单方法是什么,将 gemspecs 添加到补丁分支等?
我会将它们存储在捆绑程序可访问的位置(例如 github 上的公共存储库),在您的 gemfile 中使用:git=>类似的选项
:git=>
gem "nokogiri", :git => "git://github.com/tenderlove/nokogiri.git"