You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in rubygems/bundler#4565 the main issue is that uri:classloader:/path/to/a not equals to uri:classloader://path/to/a and both came out of the File.expand_path (as far I understand things)
those issues dealing with normalizing the path representation of a file when they need to compare them:
rubygems/bundler#4565
88e9f75
here are some collection of issues to improve normalization of paths, File.expand_path is the main but not only target.
#3771
#3487
#2021
The text was updated successfully, but these errors were encountered: