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.
我下载了em-ftpd的代码,在本地做了一些必要的修改。我不想分叉它,只需使用我所做的更改。另外,我还有其他项目为这个 ftp 服务器实现了一个新的驱动程序。在驱动程序的文件夹中,我需要调用 em-ftpd gem,但使用我自己修改过的代码。如果可以用bundler完成就好了。我怎样才能做到这一点?
在 bundler 中,您可以引用文件系统中的 gem:
gem 'em-ftpd', :path => 'path/to/your/gem'