Rails g cucumber install - 找不到activesupport-3.1.3

时间:2012-08-31 17:34:21

标签: ruby-on-rails cucumber bundler

我正在使用RoR,我正在尝试使用我正在从“Rails 3 in Action”一书中学习的Cucumber框架。但是,当我输入

rails g cucumber:install

我收到以下错误。

Could not find activesupport-3.1.3 in any of the sources
Run `bundle install` to install missing gems.

但是,当我执行“捆绑安装”时,我得到以下输出,显示已安装activesupport-3.1.3

...
Using rake (0.9.2.2) 
Using multi_json (1.3.6) 
Using activesupport (3.1.3) 
Using builder (3.0.0) 
Using i18n (0.6.0) 
Using activemodel (3.1.3) 
Using erubis (2.7.0)
...

我的Gem文件可以在enter link description here找到。

非常感谢任何帮助。

1 个答案:

答案 0 :(得分:0)

尝试bundle exec rails ...也许还有其他版本的rails?

还将en​​v变量BUNDLE_GEMFILE设置为其他Gemfile吗?