mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
When Gemfile would specify path sources as relative paths starting with
"./", the lockfile would have inconsistent order on `bundle install` and
`bundle update`.
|
||
|---|---|---|
| .. | ||
| git | ||
| path | ||
| rubygems | ||
| gemspec.rb | ||
| git.rb | ||
| metadata.rb | ||
| path.rb | ||
| rubygems.rb | ||