class Bundler::RubyGemsGemInstaller

def ensure_writable_dir(dir)

def ensure_writable_dir(dir)
  super
rescue Gem::FilePermissionError
  # Ignore permission checks in RubyGems. Instead, go on, and try to write
  # for real. We properly handle permission errors when they happen.
  nil
end