summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
2025-03-24[rubygems/rubygems] Update vendored pub_grubHartley McGuire
2025-03-24[rubygems/rubygems] Reword log message about current platform being missingDavid Rodríguez
2025-03-24[rubygems/rubygems] Improve grammar of some error messagesDavid Rodríguez
2025-03-24[rubygems/rubygems] Consistently use "lockfile" over "lock file"David Rodríguez
2025-03-24[rubygems/rubygems] Fix frozen error message incorrectly mentioning the GemfileDavid Rodríguez
2025-03-13[rubygems/rubygems] Remove array allocation from Candidate#<=>Hartley McGuire
2025-03-12[rubygems/rubygems] Update docs for with/without consistencyJacob Atzen
2025-03-12[rubygems/rubygems] Fix `ENAMETOOLONG` error when creating compact index cacheDavid Rodríguez
2025-03-10[rubygems/rubygems] Don't treat a git-sourced gem install as complete if only...Tara Bass
2025-03-10[rubygems/rubygems] Switch inject to use shorthand hash syntaxSean Collins
2025-03-10[rubygems/rubygems] Use shorthand hash syntax for bundle addSean Collins
2025-03-03[rubygems/rubygems] docs(bundle-exec): recommend non-deprecated methodsMichael Chui
2025-03-03[rubygems/rubygems] docs(bundle-config): hint default group when using only o...Mateo
2025-03-03[rubygems/rubygems] Bring man pages up to dateJosef Šimánek
2025-03-03[rubygems/rubygems] Update vendored uri to 1.0.3Hiroshi SHIBATA
2025-02-28[rubygems/rubygems] Retry gracefully on blank partial response in compact indexMartin Emde
2025-02-27[rubygems/rubygems] Remove MD5 digesting of compact index responsesMartin Emde
2025-02-27[rubygems/rubygems] Improve error message when on read-only filesystemsDavid Rodríguez
2025-02-25[rubygems/rubygems] Improve log message about adding a new platformDavid Rodríguez
2025-02-25[rubygems/rubygems] Refactor handling platform removalsDavid Rodríguez
2025-02-25[rubygems/rubygems] Improve log message when resolving due to local platform ...David Rodríguez
2025-02-25[rubygems/rubygems] Modify `bundle doctor` to not report issue when files are...Edouard CHIN
2025-02-21[rubygems/rubygems] Allow noop `bundle install` to work on read-only or prote...David Rodríguez
2025-02-21[rubygems/rubygems] bin/rubocop -a --only Style/MultipleComparisonHiroshi SHIBATA
2025-02-21[rubygems/rubygems] Fix resolver issue due to ill-defined version ranges bein...David Rodríguez
2025-02-20[rubygems/rubygems] Fix lockfile platforms inconveniently added on JRubyDavid Rodríguez
2025-02-19[rubygems/rubygems] Make sure empty gems are not reinstalled every timeDavid Rodríguez
2025-02-18[rubygems/rubygems] Fix Bundler incorrectly downgrading direct dependenciesDavid Rodríguez
2025-02-18[rubygems/rubygems] Don't try to skip requirements to prevent downgradesDavid Rodríguez
2025-02-18[rubygems/rubygems] Fix locked gems being upgraded when locked dependencies a...David Rodríguez
2025-02-18[rubygems/rubygems] Refactor finding dependency changesDavid Rodríguez
2025-02-18[rubygems/rubygems] Improve processing and categorizing unlock informationDavid Rodríguez
2025-02-17[rubygems/rubygems] Make Bundler never instantiate development dependenciesDavid Rodríguez
2025-02-14[rubygems/rubygems] Reset existing specs when using `Bundler::SpecSet#[]=`David Rodríguez
2025-02-14[rubygems/rubygems] Refactor SpecSet to not need resetDavid Rodríguez
2025-02-14[rubygems/rubygems] Simplify hacks to integrate with RubyGemsDavid Rodríguez
2025-02-14[rubygems/rubygems] Simplify SpecSet#sortedDavid Rodríguez
2025-02-14[rubygems/rubygems] Raise error when lockfile is missing deps in frozen modeDavid Rodríguez
2025-02-14[rubygems/rubygems] Deprecate legacy windows platforms (mswin, mingw) in the ...johnnyshields
2025-02-14[rubygems/rubygems] Fix legacy windows platform values no longer workingDavid Rodríguez
2025-02-13[rubygems/rubygems] `--prefer-local` should resolve to latest version if no g...David Rodríguez
2025-02-13[rubygems/rubygems] Fix incorrect error message in frozen modeDavid Rodríguez
2025-02-13[rubygems/rubygems] Fix `type` and `gemfile` not getting reported as invalid ...David Rodríguez
2025-02-13[rubygems/rubygems] Materializing specs for vendor/cache should not be strictDavid Rodríguez
2025-02-13[rubygems/rubygems] Move logic to materialize gems for cache to a new methodDavid Rodríguez
2025-02-13[rubygems/rubygems] Remove unnecessary source changeDavid Rodríguez
2025-02-13[rubygems/rubygems] Extract some common materialization logic to a methodDavid Rodríguez
2025-02-13[rubygems/rubygems] Make LazySpecification#__materialize__ privateDavid Rodríguez
2025-02-06[rubygems/rubygems] Add `irb` to a Gemfile for a newly created gemyuuji.yaginuma
2025-02-06[rubygems/rubygems] Auto-heal empty installation directoryDavid Rodríguez