summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 5fe293a863..eb37dffd9a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -268,6 +268,14 @@ else
sublib.prefix = "Bundler"
sublib.vendor_lib = "lib/bundler/vendor/connection_pool"
end
+
+ lib.dependency("uri") do |sublib|
+ sublib.version = "master"
+ sublib.download = { :github => "https://github.com/ruby/uri" }
+ sublib.namespace = "URI"
+ sublib.prefix = "Bundler"
+ sublib.vendor_lib = "lib/bundler/vendor/uri"
+ end
end
end