我正在设计一个新的计算机上的开发环境.
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
在google搜索这个错误之后,响应似乎是删除Gemfile.lock,然后再次运行bundle.这有效,但是我有不同版本的宝石,我没有在Gemfile中指定版本.有没有办法解决这个错误,而不删除Gemfile.lock?我使用的是Rails 3.2和Ruby 1.9.3.