作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已经更新了我的 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
/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 rspec
和 bundle 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/
我是一名优秀的程序员,十分优秀!