我正在尝试在新计算机上设置我的开发环境。
git clone -o heroku git@heroku.com:theirapp.git
cd theirapp
bundle
Fetching gem metadata from https://rubygems.org/......
Fetching gem metadata from https://rubygems.org/..
Could not find jquery-rails-2.0.0 in any of the sources
谷歌搜索此错误后,响应似乎是 delete Gemfile.lock
,然后bundle
再次运行。这行得通,但是我有不同版本的 gem,我没有在Gemfile
. 有没有办法在不删除的情况下修复此错误Gemfile.lock
?我正在使用 Rails 3.2 和 Ruby 1.9.3。