ruby on rails 3 - Why is bundler doing this? -


i have engineyard deployment failing due gems not being found in vendor/cache. @ happens when run "bundle":

updating .gem files in vendor/cache    * rspec-core-2.6.0.rc6.gem   * rspec-expectations-2.6.0.rc6.gem   * rspec-mocks-2.6.0.rc6.gem   * rspec-2.6.0.rc6.gem   * rspec-rails-2.6.0.rc6.gem removing outdated .gem files vendor/cache   * rspec-2.6.0.rc6.gem   * rspec-core-2.6.0.rc6.gem   * rspec-expectations-2.6.0.rc6.gem   * rspec-mocks-2.6.0.rc6.gem   * rspec-rails-2.6.0.rc6.gem bundle complete! use `bundle show [gemname]` see bundled gem installed. 

these gems causing problem deployment. first says it's updating them, says it's deleting them. how fix this?

i don't know answer question, able fix removing requirement specific release-candidate version gem gemfile, then:

gem cleanup bundle update bundle 

that fixed it.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -