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
Use Bundler::LockfileParser to parse lockfile instead of regex (rails#492)
The regex that was used to parse the lockfile was not working in the case
where git is configured with `core.autocrlf true`. This changes the line
endings in the lockfile to \r\n, causing the dollar signs in the pattern
to not match.
This changes the parsing of the lockfile to use Bundler::LockfileParser
0 commit comments