这里我的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
rubygems存储库是否有任何变化???
答案 0 :(得分:5)
答案 1 :(得分:1)
试试这个:
gem 'annotate', :git => 'git://github.com/ctran/annotate_models.git'
答案 2 :(得分:0)
rubygems.org上没有名为“annotate-models”的gem你可以使用http://rubygems.org/gems/annotate