diff options
-rw-r--r-- | lib/bundler/source/git.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/source/git.rb b/lib/bundler/source/git.rb index 3aa48a943a..fde05e472b 100644 --- a/lib/bundler/source/git.rb +++ b/lib/bundler/source/git.rb @@ -282,6 +282,7 @@ module Bundler FileUtils.rm_rf(app_cache_path) git_proxy.checkout if migrate || requires_checkout? git_proxy.copy_to(app_cache_path, @submodules) + serialize_gemspecs_in(app_cache_path) end def checkout |