我写了我在项目中使用的小型 capistrano 书https://github.com/umerkulovb/crecipes 。
但是,当我添加require 'crecipes'
我的 Capfile 时,它不起作用。它给了我错误:
rubygems/custom_require.rb:36:in `require': cannot load such file -- crecipes (LoadError)
我的宝石文件:
gem 'crecipes', git: "git://github.com/umerkulovb/crecipes.git"
怎么了??