diff options
-rw-r--r-- | lib/rubygems/indexer.rb | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -411,7 +411,8 @@ class Gem::Indexer # +dest+. For a latest index, does not ensure the new file is minimal. def update_specs_index(index, source, dest) - specs_index = Marshal.load Gem.read_binary(source) index.each do |spec| platform = spec.original_platform |