1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/bundler/update
David Rodríguez 5f8ee14b9b [rubygems/rubygems] Make sure to pass URI's to :git
Passing paths should work in most cases, but on Windows the driver
letter is interpreted as the scheme and causes some case mismatches
because

```
irb> URI.parse("E:").to_s
=> "e:"
```

We fix this by passing file URI's instead.

https://github.com/rubygems/rubygems/commit/b6bc517628
2020-06-18 19:14:15 +09:00
..
gems [rubygems/rubygems] s/bundle!/bundle 2020-06-18 19:14:15 +09:00
gemfile_spec.rb [rubygems/rubygems] s/bundle!/bundle 2020-06-18 19:14:15 +09:00
git_spec.rb [rubygems/rubygems] Make sure to pass URI's to :git 2020-06-18 19:14:15 +09:00
path_spec.rb
redownload_spec.rb [rubygems/rubygems] s/bundle!/bundle 2020-06-18 19:14:15 +09:00