summaryrefslogtreecommitdiff
path: root/lib/rubygems.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems.rb')
-rw-r--r--lib/rubygems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems.rb b/lib/rubygems.rb
index 28fe95889e..d8f49d552b 100644
--- a/lib/rubygems.rb
+++ b/lib/rubygems.rb
@@ -1223,7 +1223,7 @@ end
# Ruby 1.9 allows --disable-gems, so we require it when we didn't detect a Gem
# constant at rubygems.rb load time.
-require 'rubygems/custom_require' unless RUBY_VERSION > '1.9'
+require 'rubygems/custom_require'
Gem.clear_paths