【发布时间】:2011-08-26 18:11:37
【问题描述】:
我的 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
但是当我执行 bundle install 我遇到了类似的问题
Could not find annotate-models-1.0.4 in any of the sources
rubygems 存储库有什么变化吗???
【问题讨论】:
标签: ruby-on-rails ruby rubygems cucumber bundle