gpt4 book ai didi

ruby-on-rails - 尝试使用 rspec,但收到 rspec-core 2.2.1 已激活的错误,但我的 Gemfile 需要 rspec-core 2.1.0

转载 作者:行者123 更新时间:2023-12-03 09:24:37 24 4
gpt4 key购买 nike

我已经更新了我的 gem 。我创建了一个示例 Rails 应用程序,并在我的 Gemfile 中包含以下内容:

source 'http://rubygems.org'

gem 'rails', '3.0.3'
gem 'sqlite3-ruby', :require => 'sqlite3'

group :development do
gem 'rspec-rails'
end

group :test do
gem 'rspec'
gem 'webrat', '0.7.1'
end

但是,当我运行“rspec spec/”时,我收到以下消息:
/home/jeff/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.7/lib/bundler/runtime.rb:27:in `block in setup': 
You have already activated rspec-core 2.2.1, but your Gemfile requires rspec-core 2.1.0.
Consider using bundle exec. (Gem::LoadError)

最佳答案

尝试使用 bundle update rspecbundle update rspec-rails .您的 Gemfile.lock位于根目录中的文件可能为每个 gem 指定了一个版本号。

关于ruby-on-rails - 尝试使用 rspec,但收到 rspec-core 2.2.1 已激活的错误,但我的 Gemfile 需要 rspec-core 2.1.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4337044/

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