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
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
..
bundler [rubygems/rubygems] Better skip messages 2020-06-18 19:14:15 +09:00
cache [rubygems/rubygems] s/run!/run 2020-06-18 19:14:15 +09:00
commands [rubygems/rubygems] Better skip messages 2020-06-18 19:14:15 +09:00
install s/sys_exec!/sys_exec 2020-06-18 19:14:15 +09:00
lock [rubygems/rubygems] s/install_gemfile!/install_gemfile 2020-06-18 19:14:15 +09:00
other Undeprecate the --no-cache flag 2020-06-18 19:14:15 +09:00
plugins [rubygems/rubygems] s/install_gemfile!/install_gemfile 2020-06-18 19:14:15 +09:00
realworld [rubygems/rubygems] s/ruby!/ruby 2020-06-18 19:14:15 +09:00
resolver
runtime s/sys_exec!/sys_exec 2020-06-18 19:14:15 +09:00
support [rubygems/rubygems] More portable PATH edition 2020-06-18 19:14:15 +09:00
update [rubygems/rubygems] Make sure to pass URI's to :git 2020-06-18 19:14:15 +09:00
quality_es_spec.rb
quality_spec.rb s/sys_exec!/sys_exec 2020-06-18 19:14:15 +09:00
spec_helper.rb Sync Bundler PR #3624 2020-05-22 20:32:30 +09:00