Skip to content

Commit 45d2a9a

Browse files
Merge pull request #7908 from rubygems/deivid-rodriguez/file-uri-for
Remove some `file_uri_for` calls
2 parents 233930e + 3570ba2 commit 45d2a9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bundler/spec/cache/git_spec.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
build_git "foo"
159159

160160
gemfile <<-G
161-
source "#{file_uri_for(gem_repo1)}"
161+
source "https://gem.repo1"
162162
gem "foo", :git => '#{lib_path("foo-1.0")}'
163163
G
164164
bundle "config set path vendor/bundle"
@@ -176,7 +176,7 @@
176176
build_git "foo"
177177

178178
gemfile <<-G
179-
source "#{file_uri_for(gem_repo1)}"
179+
source "https://gem.repo1"
180180
gem "foo", :git => '#{lib_path("foo-1.0")}'
181181
G
182182
bundle "config set cache_all true"
@@ -195,7 +195,7 @@
195195
build_git "foo"
196196

197197
gemfile <<-G
198-
source "#{file_uri_for(gem_repo1)}"
198+
source "https://gem.repo1"
199199
gem "foo", :git => '#{lib_path("foo-1.0")}'
200200
G
201201
bundle "config set cache_all true"
@@ -331,7 +331,7 @@
331331
bundle "config set cache_all all"
332332

333333
install_gemfile <<-G
334-
source "#{file_uri_for(gem_repo1)}"
334+
source "https://gem.repo1"
335335
gem "puma", :git => "#{lib_path("puma-1.0")}"
336336
G
337337

0 commit comments

Comments
 (0)