bundle install
Fetching source index for http://rubygems.org/
Could not find gem 'annotate-models (= 1.0.4) ruby' in any of the gem sources listed in your Gemfile.
但显然它在我的gemfile中,不是吗?
来源'http://rubygems.org'
gem 'rails', '3.0.0'
gem 'sqlite3-ruby', '1.2.5', :require => 'sqlite3'
gem 'gravatar_image_tag', '0.1.0'
gem 'will_paginate', '3.0.pre2'
gem 'annotate'
group :development do
gem 'rspec-rails', '2.0.1'
gem 'annotate-models', '1.0.4'
gem 'faker', '0.3.1'
end
我添加了gem'annotate'并试图在堆栈的其他位置推荐的内容没有成功。知道为什么它无法在源头找到宝石吗?我怎么能手动覆盖这个?感谢。
答案 0 :(得分:0)
您收到该错误是因为rubygems.org上不存在名为“annotate-models”的宝石。
您的意思是使用annotate还是annotated_models?他们都没有发布1.0.4版本,所以我不确定你在寻找什么样的宝石。