diff options
| -rw-r--r-- | lib/rubygems.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/rubygems.rb b/lib/rubygems.rb index 31abb7e569..2139264629 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -1410,9 +1410,7 @@ require_relative "rubygems/specification" # REFACTOR: This should be pulled out into some kind of hacks file. begin - ## # Defaults the operating system (or packager) wants to provide for RubyGems. - require "rubygems/defaults/operating_system" rescue LoadError # Ignored @@ -1427,9 +1425,7 @@ rescue StandardError => e end begin - ## # Defaults the Ruby implementation wants to provide for RubyGems - require "rubygems/defaults/#{RUBY_ENGINE}" rescue LoadError end |
