summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-05-04 18:35:15 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-05-06 15:16:28 +0200
commit21fa324f328b64bd9ad32f7a3442f21dd9b1369c (patch)
treef1370d2f74203a3f5f467a49938b98d2f653a451
parent181b9f39d4969a26a1a6b9b4868615908713bc49 (diff)
downloadbundler-21fa324f328b64bd9ad32f7a3442f21dd9b1369c.tar.gz
Fix
-rw-r--r--spec/install/gemfile/path_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/install/gemfile/path_spec.rb b/spec/install/gemfile/path_spec.rb
index 418fe2aee6..f93f6d896d 100644
--- a/spec/install/gemfile/path_spec.rb
+++ b/spec/install/gemfile/path_spec.rb
@@ -502,7 +502,7 @@ RSpec.describe "bundle install with explicit source paths" do
rack (= 0.9.1)
GEM
- remote: file://#{gem_repo1}
+ remote: file://#{gem_repo1}/
specs:
rack (0.9.1)
@@ -530,7 +530,7 @@ RSpec.describe "bundle install with explicit source paths" do
rack
GEM
- remote: file://#{gem_repo1}
+ remote: file://#{gem_repo1}/
specs:
rack (0.9.1)