gpt4 book ai didi

ruby-on-rails - Bundler找不到 gem

转载 作者:数据小太阳 更新时间:2023-10-29 07:50:56 24 4
gpt4 key购买 nike

我的 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 存储库有任何变化吗???

最佳答案

那个 gem 叫做 annotate。您可以添加它:

gem "annotate", '1.0.4'

或者只是

gem "annotate"

最新的。

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

关于ruby-on-rails - Bundler找不到 gem ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7208879/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com