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では、ファイルシステム内のgemを参照できます。
gem 'em-ftpd', :path => 'path/to/your/gem'