summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Phoenix <ephoenix@engineyard.com>2011-04-28 17:23:59 -0700
committerAndre Arko <andre@arko.net>2011-04-30 12:52:47 -0700
commit9525436233e619633dffdcbab1458b5cf18aa164 (patch)
tree74771df8f854d006f1649c19af5c8c08217572f0
parentad4afa2dc11d331a3e8fc3e6266930989d93bb1d (diff)
downloadbundler-9525436233e619633dffdcbab1458b5cf18aa164.tar.gz
Remove bad call to fully_load
-rw-r--r--lib/bundler/shared_helpers.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bundler/shared_helpers.rb b/lib/bundler/shared_helpers.rb
index 66aa3a2bb4..10cb91237f 100644
--- a/lib/bundler/shared_helpers.rb
+++ b/lib/bundler/shared_helpers.rb
@@ -3,8 +3,6 @@ require 'rubygems'
require 'bundler/rubygems_integration'
-Bundler.rubygems.fully_load!
-
module Gem
class Dependency
if !instance_methods.map { |m| m.to_s }.include?("requirement")