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/support
David Rodríguez e111f38f34
[bundler/bundler] Fix file:// handling under Windows
Windows paths do not start with a slash, so we add an extra slash to
separate the host from the path in file:// urls. Otherwise "D:" is
parsed as the host segment in the URI.

The path for those URLs now starts with "/", so we ignore that leading
character when using the URI's path.

This reduces Windows CI spec failures from 429 to 355.

https://github.com/bundler/bundler/commit/1b7e274cbc
2019-08-03 09:29:55 +09:00
..
artifice
builders.rb [bundler/bundler] Normalize file:// handling in specs 2019-08-03 09:29:55 +09:00
command_execution.rb
hax.rb
helpers.rb [bundler/bundler] Normalize file:// handling in specs 2019-08-03 09:29:55 +09:00
indexes.rb
manpages.rb
matchers.rb [bundler/bundler] Normalize file:// handling in specs 2019-08-03 09:29:55 +09:00
path.rb [bundler/bundler] Fix file:// handling under Windows 2019-08-03 09:29:55 +09:00
permissions.rb
platforms.rb
requirement_checker.rb
rubygems_ext.rb
silent_logger.rb
sometimes.rb
streams.rb
sudo.rb
the_bundle.rb