summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-08 10:28:53 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-17 13:39:41 +0200
commit6b0dc20bcec10d26a1105765de068e115b33a45e (patch)
tree771678e50cba385a4f0664c0991bedfb8bd32454
parentac655ffeda6433ce16f0013801c19ec361ce20a2 (diff)
downloadbundler-6b0dc20bcec10d26a1105765de068e115b33a45e.tar.gz
Comment the changes being applied to vendored lib
-rw-r--r--Rakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index b2a630090e..d5ea04beb4 100644
--- a/Rakefile
+++ b/Rakefile
@@ -312,7 +312,9 @@ else
# This will be automated once https://github.com/segiddins/automatiek/pull/3
# is included in `automatiek` and we start using the new API for vendoring
# subdependencies.
-
+ # Besides that, we currently cherry-pick changes to use `require_relative`
+ # internally instead of regular `require`. They are pending review at
+ # https://github.com/drbrain/net-http-persistent/pull/106
desc "Vendor a specific version of net-http-persistent"
Automatiek::RakeTask.new("net-http-persistent") do |lib|
lib.download = { :github => "https://github.com/drbrain/net-http-persistent" }