Bundler找不到宝石

时间:2011-08-26 18:11:38

标签: ruby-on-rails ruby rubygems cucumber bundle

这里我的Gemfile看起来像:

group :development, :test do
gem 'capybara', '0.4.0'
gem 'cucumber', '0.10.0'
gem 'cucumber-rails', '0.3.2'
gem 'rspec'
gem 'rspec-rails'
gem 'shoulda'
gem 'factory_girl'
gem 'factory_girl_rails'
gem 'autotest'
gem 'annotate-models'
end

但是当我执行捆绑安装时,我遇到了像

这样的问题
Could not find annotate-models-1.0.4 in any of the sources

ruby​​gems存储库是否有任何变化???

3 个答案:

答案 0 :(得分:5)

该宝石被称为注释。您可以添加:

gem "annotate", '1.0.4'

或只是

gem "annotate"

最新。

查找:http://rubygems.org/gems/annotate

答案 1 :(得分:1)

试试这个:

gem 'annotate', :git => 'git://github.com/ctran/annotate_models.git'

答案 2 :(得分:0)

ruby​​gems.org上没有名为“annotate-models”的gem你可以使用http://rubygems.org/gems/annotate