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.
我想对 gem 进行一些修改https://github.com/opscode/knife-ec2并在本地使用knife. 我在knife-ec2本地安装了 gem,但我想使用修改后的版本进行测试。我怎样才能做到这一点?
https://github.com/opscode/knife-ec2
knife
knife-ec2
您可以在 gemfile 中明确指定 gem 的路径:
gem :foo, :git => 'git://github.com/rails/foo.git'