Method: Bundler::RubyGemsGemInstaller#pre_install_checks
- Defined in:
- lib/bundler/rubygems_gem_installer.rb
#pre_install_checks ⇒ Object
54 55 56 57 58 59 60 |
# File 'lib/bundler/rubygems_gem_installer.rb', line 54 def pre_install_checks 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 |