File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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"
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"
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"
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
You can’t perform that action at this time.
0 commit comments