Project

General

Profile

« Previous | Next » 

Revision 67f37b01

Added by Michael Siegfried over 2 years ago

Consider prereleases regardless of whether locked

Prereleases are NOT considered even when the dependency specification
includes a prerelease segment, if the dependency is not locked. To me
that doesn't make sense, because I could create a Gemfile with say gem
"rails", ">= 7.0.0.beta1" and I'd expect prereleases considered there
even if there's no lock file yet.

Co-authored-by: David Rodríguez