Skip to content

Commit b7b5b7f

Browse files
Testing withoutn file replace
1 parent 01a1d86 commit b7b5b7f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ require 'uri'
55
def location_for(place)
66
if place =~ /^((?:git[:@]|https:)[^#]*)#(.*)/
77
[{ :git => $1, :branch => $2, :require => false }]
8-
elsif place =~ /^file:\/\/(.*)/
9-
['>= 0', { :path => File.expand_path($1), :require => false }]
108
else
119
[place, { :require => false }]
1210
end

0 commit comments

Comments
 (0)