From a1a20cfaa2cf73ae8daaf2123d7c5b513427162e Mon Sep 17 00:00:00 2001 From: hsbt Date: Tue, 12 Dec 2017 06:15:44 +0000 Subject: Merge 1-16-stable branch of bundler. It's rc version for bundler-1.16.1. I'm going to update it version after official release from bundler team. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- spec/bundler/plugins/source/example_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/bundler/plugins/source') diff --git a/spec/bundler/plugins/source/example_spec.rb b/spec/bundler/plugins/source/example_spec.rb index 2b59244782..fd30892f63 100644 --- a/spec/bundler/plugins/source/example_spec.rb +++ b/spec/bundler/plugins/source/example_spec.rb @@ -97,7 +97,7 @@ RSpec.describe "real source plugins" do lockfile_should_be <<-G GEM - remote: file:#{gem_repo2}/ + remote: file://localhost#{gem_repo2}/ specs: PLUGIN SOURCE @@ -392,7 +392,7 @@ RSpec.describe "real source plugins" do lockfile_should_be <<-G GEM - remote: file:#{gem_repo2}/ + remote: file://localhost#{gem_repo2}/ specs: PLUGIN SOURCE -- cgit v1.2.3