summaryrefslogtreecommitdiff
path: root/lib/bundler/definition.rb
AgeCommit message (Expand)Author
2024-02-08[rubygems/rubygems] Use deprecation helper for deprecation warningDavid Rodriguez
2024-02-08[rubygems/rubygems] Refactor lockfile generationDavid Rodríguez
2024-01-11Complete missing specs for platforms after resolutionDavid Rodríguez
2024-01-11[rubygems/rubygems] Remove methods to clarify what they doDavid Rodríguez
2024-01-11[rubygems/rubygems] Make private helper privateDavid Rodríguez
2023-12-22Merge RubyGems-3.5.2 and Bundler-2.5.2Hiroshi SHIBATA
2023-12-12[rubygems/rubygems] Ensure that the lockfile mtime is not altered on frozen i...Martin Emde
2023-12-12[rubygems/rubygems] Refactor: Wrap filesystem accessFranz Liedke
2023-12-12[rubygems/rubygems] Refactor: Move filesystem access into Definition classFranz Liedke
2023-12-07[rubygems/rubygems] Use modern hashes consistentlyDavid Rodríguez
2023-12-05[rubygems/rubygems] Converts Bundler lockfile checksum validation to opt-in onlyMartin Emde
2023-12-01[rubygems/rubygems] Reduce array allocations when loading definitionSamuel Giddins
2023-11-21[rubygems/rubygems] Fix invalid platform removal missing adjacent platformsBo Anderson
2023-11-13[rubygems/rubygems] Automatically lock extra ruby platformsDavid Rodríguez
2023-11-13[rubygems/rubygems] Extract a new small platform helperDavid Rodríguez
2023-10-23[rubygems/rubygems] Restore using old way of passing Ruby version to resolverDavid Rodríguez
2023-10-23[rubygems/rubygems] Improve errors and register checksums reliablyMartin Emde
2023-10-23[rubygems/rubygems] rename Index#== to Index#subset?Martin Emde
2023-10-23[rubygems/rubygems] Refactor Checksum classes and methods to reduceMartin Emde
2023-10-23[rubygems/rubygems] Refactor to checksums stored via sourceSamuel Giddins
2023-10-23[rubygems/rubygems] Use the server checksum, then calculate from gem on disk ...Mercedes Bernard
2023-10-23[rubygems/rubygems] Add CHECKSUMS for each gem in lockfileThong Kuah
2023-10-16[rubygems/rubygems] Automatically remove invalid platforms before re-resolvingDavid Rodríguez
2023-10-16[rubygems/rubygems] Consistent usage of `local_platform` in DefinitionDavid Rodríguez
2023-10-16Re-resolve when lockfile is invalidDavid Rodriguez
2023-09-27[rubygems/rubygems] Centralize logic using `Pathname#relative_path_from`Ry Biesemeyer
2023-08-16[rubygems/rubygems] Fix git source conservativenessDavid Rodríguez
2023-08-16[rubygems/rubygems] Extract s.name to a variableDavid Rodríguez
2023-08-16[rubygems/rubygems] Remove unneeded stuffDavid Rodríguez
2023-08-16[rubygems/rubygems] Don't update locked sources when not necessaryDavid Rodríguez
2023-08-16[rubygems/rubygems] Extract a `default_source` methodDavid Rodríguez
2023-08-16[rubygems/rubygems] Move `lockfile_source` variable out of condition branchDavid Rodríguez
2023-08-16[rubygems/rubygems] Refactor locked dep filtering moreDavid Rodríguez
2023-08-16[rubygems/rubygems] Avoid unnecessary loop through dependenciesDavid Rodríguez
2023-07-24[rubygems/rubygems] Exclude Bundler from missing locked dependencies checkDavid Rodríguez
2023-07-04[rubygems/rubygems] When printing frozen errors, print only Gemfile informationDavid Rodríguez
2023-07-04[rubygems/rubygems] Fix another incorrect removal of "ruby" platform from loc...David Rodríguez
2023-06-20Merge rubygems/rubygems HEADHiroshi SHIBATA
2023-06-15[rubygems/rubygems] Improve error message in frozen mode edge caseDavid Rodríguez
2023-06-15[rubygems/rubygems] Improve frozen mode error messageDavid Rodríguez
2023-06-15[rubygems/rubygems] Use "frozen" rather than "deployment" in error messageDavid Rodríguez
2023-06-15[rubygems/rubygems] Show missing spec in lockfile incomplete error messageDavid Rodríguez
2023-06-15[rubygems/rubygems] Extract `Definition#no_resolved_needed?`David Rodríguez
2023-06-15[rubygems/rubygems] There should always be a reasonDavid Rodríguez
2023-06-15[rubygems/rubygems] Show relative path to Gemfile in error messageDavid Rodríguez
2023-06-15[rubygems/rubygems] Remove weird line breaks in the middle of error messageDavid Rodríguez
2023-06-15[rubygems/rubygems] Simplify checking Gemfile vs lockfile sourcesDavid Rodríguez
2023-06-15[rubygems/rubygems] Make frozen mode spec also pass on Bundler 3David Rodríguez
2023-06-06[rubygems/rubygems] Fix inline mode with multiple sourcesDavid Rodríguez
2023-05-30Merge RubyGems/Bundler master from 4076391fce5847689bf2ec402b17133fe4e32285Hiroshi SHIBATA