summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-11-29 18:13:00 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-12-08 14:32:13 +0100
commit6a65f741ad2980159f8744d3a6d7063bb1235b17 (patch)
treeb11d79eacb47a01136bf7e05e9eb3aa0de391054
parent97b7bbc402043d6bc6ac0c8c76203de980bf7d3b (diff)
downloadbundler-vendorize_uri_library.tar.gz
No longer need workarounds since our uri version is fixedvendorize_uri_library
-rw-r--r--spec/support/path.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/support/path.rb b/spec/support/path.rb
index 3e42589f4d..ed46d1a71d 100644
--- a/spec/support/path.rb
+++ b/spec/support/path.rb
@@ -100,8 +100,6 @@ module Spec
protocol = "file://"
root = Gem.win_platform? ? "/" : ""
- return protocol + "localhost" + root + path.to_s if RUBY_VERSION < "2.5"
-
protocol + root + path.to_s
end