1

我明白了Could not find ZenTest-4.6.0 in any of the sources

当我尝试使用迁移我的数据库时bundle exec rake db:migrate

$ bundle show ZenTest
c:/Ruby192/lib/ruby/gems/1.9.1/gems/ZenTest-4.6.0

$ rails -v
Rails 3.0.9
$ ruby -v
ruby 1.8.7

gem 'ZenTest'的gemfile中有

可能是什么问题呢?

4

1 回答 1

2

固定的。

从根目录中删除 Gemfile.lock

于 2011-10-14T12:43:10.850 回答