summaryrefslogtreecommitdiff
path: root/lib/bundler/source
AgeCommit message (Expand)Author
2024-07-23[rubygems/rubygems] Move duplicated code to a methodDavid Rodríguez
2024-07-23[rubygems/rubygems] Add debugging message to `Bundler::Source::Git#specs`David Rodríguez
2024-07-18[rubygems/rubygems] Fix incorrect standalone script when default gems with ex...David Rodríguez
2024-06-20[rubygems/rubygems] Fix credentials being readded when re-resolving without a...David Rodríguez
2024-06-20[rubygems/rubygems] Don't expire git specs unnecessarily when remote! or cach...David Rodríguez
2024-06-20[rubygems/rubygems] Don't validate local gemspec twiceDavid Rodríguez
2024-06-11[rubygems/rubygems] Keep credentials in lockfile if they are already thereDavid Rodríguez
2024-05-29[rubygems/rubygems] Improve default gem handling by treating default gems as ...David Rodríguez
2024-05-24[rubygems/rubygems] Fix error messages to not mention cached gems when they w...David Rodríguez
2024-05-24[rubygems/rubygems] Fix performance regression on applications with a local c...David Rodríguez
2024-05-22[rubygems/rubygems] move git clone depth error handling to else branchEllen Keal
2024-05-22[rubygems/rubygems] fix for gems not downloading from git via httpEllen Keal
2024-05-13[rubygems/rubygems] Fix error when Bundler installation is corruptedDavid Rodriguez
2024-04-18[rubygems/rubygems] Never write credentials to lockfilesDavid Rodriguez
2024-03-22[rubygems/rubygems] Fix incorrect `bundle update --bundler` messageDavid Rodriguez
2024-01-29[rubygems/rubygems] Use rubygems vendored uri from Bundler when availableDavid Rodríguez
2023-12-14[rubygems/rubygems] Revert "Improve default gem handling"David Rodríguez
2023-12-13[rubygems/rubygems] Use match? when regexp match data is unusedSamuel Giddins
2023-12-13[rubygems/rubygems] Improve default gem handlingDavid Rodríguez
2023-12-07[rubygems/rubygems] Use modern hashes consistentlyDavid Rodríguez
2023-11-29[rubygems/rubygems] Avoid re-compiling static regexp in a loopSamuel Giddins
2023-11-15[rubygems/rubygems] User bundler UA when downloading gemsSamuel Giddins
2023-11-13[rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in BundlerDavid Rodríguez
2023-11-08[rubygems/rubygems] Fix regression on old git versionsDavid 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] Refactor Checksum classes and methods to reduceMartin Emde
2023-10-23[rubygems/rubygems] Refactor to checksums stored via sourceSamuel Giddins
2023-10-03[rubygems/rubygems] 🐛 Specification of branch or ref with tag is ambiguousPeter Boling
2023-09-27[rubygems/rubygems] Refactor full sha revision match logickrororo
2023-09-27[rubygems/rubygems] Fix bundle install when older revisions of git sourcekrororo
2023-09-12[rubygems/rubygems] Unify LockfileParser loading of SPECS sectionMartin Emde
2023-09-07[rubygems/rubygems] Reduce excess index creation and mergingMartin Emde
2023-09-07[rubygems/rubygems] Improve efficiency of Index#use and #search_allMartin Emde
2023-09-07[rubygems/rubygems] Source::Rubygems#fetch_names is only called with override...Martin Emde
2023-08-28[rubygems/rubygems] Remove redundant checksDavid Rodríguez
2023-08-28[rubygems/rubygems] Fix standalone install crashing when using legacy multi r...David Rodríguez
2023-08-28[rubygems/rubygems] Refactor Fetcher#api_fetcher? and fetcher loading logicMartin Emde
2023-08-25[rubygems/rubygems] Don't use full indexes unnecessarily on legacy GemfilesDavid Rodríguez
2023-08-16[rubygems/rubygems] Fix git source conservativenessDavid Rodríguez
2023-07-13[rubygems/rubygems] Don't run any git commands when sorting and comparing git...David Rodríguez
2023-07-04[rubygems/rubygems] Fix git source lockfile unstabilityDavid Rodríguez
2023-07-04[rubygems/rubygems] When printing frozen errors, print only Gemfile informationDavid Rodríguez
2023-06-20Merge rubygems/rubygems HEADHiroshi SHIBATA
2023-06-06[rubygems/rubygems] Delay cache access in `LockfileParser`David Rodríguez
2023-04-07[rubygems/rubygems] Remove one fallback to full indexes on big gemfilesDavid Rodríguez
2023-03-17When running `bundle lock --update <name>`, checkout locked revision of unrel...David Rodríguez
2023-03-17Normalize git sourcesDavid Rodríguez
2023-03-07[rubygems/rubygems] Respect --no-install option for git: sourcesJulie Haehn
2023-02-21[rubygems/rubygems] Give a better message when Gemfile branch does not existDavid Rodríguez