# File lib/bundler/source.rb, line 319
    def gems
      update if Bundler.remote?
      checkout if Bundler.writable?
      super
    end