I''m using Bundler with Capistrano to deploy my application. In spite of the fact Capistrano executes bundle install with the flag ''--local'', gems from the vendor cache are NOT installed into the shared bundle path. Instead I''m notified that: Some gems seem to be missing from your vendor/cache directory. Could not find libv8-3.3.10.4 in any of the sources libv8-3.3.10.4 is definitely located in the vendor cache. Does anyone know why bundler won''t install the gems from the cache? The full (bundler) command Capistrano executes is below. cd /home/ari/apps/air/releases/20120209214139 && bundle install --gemfile /home/ari/apps/air/releases/20120209214139/Gemfile --path /home/ari/apps/air/shared/bundle --deployment --local --quiet --without development test Thanks. -Ari -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.