summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
2024-05-24[rubygems/rubygems] update cache checksums to decrease string allocationsJacklyn Ma
2024-05-24[rubygems/rubygems] Neither `--force` flag or inline mode should mandate a re...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-24[rubygems/rubygems] Remove `@remote` instance variable from DefinitionDavid Rodríguez
2024-05-24[rubygems/rubygems] Give better message when resolving because there's no loc...David Rodríguez
2024-05-24[rubygems/rubygems] Use `Definition#no_resolve_needed?`David Rodríguez
2024-05-24[rubygems/rubygems] Make code more symmetricDavid Rodríguez
2024-05-24[rubygems/rubygems] Fiks speeling cott bye codespellMartin Emde
2024-05-23[rubygems/rubygems] Remove MD5 ETag generation from compact indexMartin Emde
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-16[rubygems/rubygems] Fix regression when caching gems from secondary sourcesDavid Rodriguez
2024-05-16[rubygems/rubygems] Deprecate Bundler constantsDavid Rodriguez
2024-05-16[rubygems/rubygems] Use RubyGems freebsd helperDavid Rodriguez
2024-05-13[rubygems/rubygems] Restore previous way of loading monitorDavid Rodriguez
2024-05-13[rubygems/rubygems] Don't load `SharedHelpers` unnecessarilyDavid Rodriguez
2024-05-13[rubygems/rubygems] Don't depend on Pathname unnecessarilyDavid Rodriguez
2024-05-13[rubygems/rubygems] Fix error when Bundler installation is corruptedDavid Rodriguez
2024-05-13[rubygems/rubygems] Avoid standard requires while loading shared helpersDavid Rodriguez
2024-05-13[rubygems/rubygems] Require things right before they're neededDavid Rodriguez
2024-05-08[rubygems/rubygems] Monthly man update for May 2024.Josef Šimánek
2024-04-29[rubygems/rubygems] Make sure to force latest resolvable version explicitlyDavid Rodriguez
2024-04-29[rubygems/rubygems] Keep track of gems requested for update explicitlyDavid Rodríguez
2024-04-29[rubygems/rubygems] No need to reset version promoter hereDavid Rodriguez
2024-04-29[rubygems/rubygems] Show better error when installed gemspecs are unreadableDavid Rodríguez
2024-04-29[rubygems/rubygems] Fix issue with `bundle update` with an out of sync lockfileDavid Rodríguez
2024-04-29[rubygems/rubygems] Address PR feedbackAndy Waite
2024-04-29[rubygems/rubygems] Clarify `bundle check` behaviour in docsAndy Waite
2024-04-25[rubygems/rubygems] Add auto_install support to require "bundler/setup"Josh Nichols
2024-04-25[rubygems/rubygems] Don't upcase Windows ENV when backing it upDavid Rodriguez
2024-04-25[rubygems/rubygems] Remove unnecessary workaroundDavid Rodriguez
2024-04-25[rubygems/rubygems] Properly resolve aliases when `bundle help` is runDavid Rodríguez
2024-04-19[rubygems/rubygems] Keep backword compatibility of Bundler.requireHiroshi SHIBATA
2024-04-19[rubygems/rubygems] Track HEAD changes for old PR proposalHiroshi SHIBATA
2024-04-19[rubygems/rubygems] Add plugin hooks for Bundler.requirefatkodima
2024-04-18[rubygems/rubygems] Never write credentials to lockfilesDavid Rodriguez
2024-04-17[rubygems/rubygems] Excluding local platform from lockfile should not affect ...Mike Dalessio
2024-04-12[rubygems/rubygems] `bundle add --glob` continued- quote glob value invocatio...David Marshall
2024-04-12[rubygems/rubygems] bundler CLI option for add gem --glob=David Marshall
2024-04-11[rubygems/rubygems] Fix installing plugins via relative pathsCody Cutrer
2024-04-01[rubygems/rubygems] Improve error message when strict resolution filters out ...David Rodriguez
2024-04-01[rubygems/rubygems] Keep unfiltered versions separatelyDavid Rodriguez
2024-04-01[rubygems/rubygems] No need to check for root package every timeDavid Rodriguez
2024-04-01[rubygems/rubygems] No need for any version prioritization when building errorsDavid Rodriguez
2024-04-01[rubygems/rubygems] Make it look more like BasicPackageSourceDavid Rodriguez
2024-04-01[rubygems/rubygems] Let GemVersionPromoter sort in preferred order directlyDavid Rodriguez
2024-04-01[rubygems/rubygems] Update docsDavid Rodriguez
2024-04-01[rubygems/rubygems] Remove unnecessary filteringDavid Rodriguez
2024-04-01[rubygems/rubygems] No need to sort twice when filling versionsDavid Rodriguez