Bundler 找不到宝石
我的 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 存储库中有任何更改吗???
Here my Gemfile look like :
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
But when i execute bundle install i've the problem like
Could not find annotate-models-1.0.4 in any of the sources
is there any change in rubygems repository ???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
该宝石称为注释。您可以使用以下命令添加它:
或仅
用于最新版本。
查找:http://rubygems.org/gems/annotate
That gem is called annotate. You can add it with:
or just
for latest.
Look it up: http://rubygems.org/gems/annotate
试试这个:
Try this:
rubygems.org 上没有名为“annotate-models”的 gem,您可以使用 http://rubygems.org/gems/注释
There is no gem on rubygems.org called "annotate-models" you can use http://rubygems.org/gems/annotate