summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-09-06 14:37:08 -0700
committerAndre Arko <andre@arko.net>2013-09-06 23:11:17 -0700
commit48edb4be7602bead2e452d77effade30e3e8763b (patch)
tree281b3fb073dd4e8182077ff0fcf4d49ced0703fd
parent8844af2cdf3c8c8cfccda0faf052534aa192ee3f (diff)
downloadbundler-48edb4be7602bead2e452d77effade30e3e8763b.tar.gz
don't require what we don't use
-rw-r--r--lib/bundler/endpoint_specification.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bundler/endpoint_specification.rb b/lib/bundler/endpoint_specification.rb
index c88d341ab5..4d599c5344 100644
--- a/lib/bundler/endpoint_specification.rb
+++ b/lib/bundler/endpoint_specification.rb
@@ -1,5 +1,3 @@
-require 'uri'
-
module Bundler
# used for Creating Specifications from the Gemcutter Endpoint
class EndpointSpecification < Gem::Specification