summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Phoenix <ephoenix@engineyard.com>2011-04-28 17:23:59 -0700
committerEvan Phoenix <ephoenix@engineyard.com>2011-04-28 17:23:59 -0700
commitae1f1b9c52afed8d2907cb63aa7097b0c6594d56 (patch)
treee74c26448d63e8ef2e5d8c7882cd3d2becda7735
parent3769a696b0725c83303b92ca2670d55ea63ea2f5 (diff)
downloadbundler-ae1f1b9c52afed8d2907cb63aa7097b0c6594d56.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")