summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
2024-06-11[rubygems/rubygems] Auto switch to locked bundler version even when using bin...David Rodríguez
2024-06-06[rubygems/rubygems] Avoid appending a final "/" when `fallback_timeout` is us...David Rodríguez
2024-06-06[rubygems/rubygems] Remove per uri options constantDavid Rodríguez
2024-06-06[rubygems/rubygems] Move Bundler settings specific logic to BundlerDavid Rodríguez
2024-06-06[rubygems/rubygems] Avoid `is_a?` check before using `normalize_uri`David Rodríguez
2024-06-06[rubygems/rubygems] Remove unnecessary `.to_s`David Rodríguez
2024-06-06[rubygems/rubygems] Truly ignore commented out settingsDavid Rodríguez
2024-06-06[rubygems/rubygems] Autoload `pathname` at the top levelDavid Rodríguez
2024-05-31[rubygems/rubygems] String search based parsing of compact index versionsMartin Emde
2024-05-31[rubygems/rubygems] Move compact index concurrency to fetcherMartin Emde
2024-05-30[rubygems/rubygems] Don't let `bundle config` report a path without a Gemfile...David Rodríguez
2024-05-29[rubygems/rubygems] Improve default gem handling by treating default gems as ...David Rodríguez
2024-05-28[rubygems/rubygems] Clarify BUNDLE_USER_CONFIG is a fileDarren Kavanagh
2024-05-28[rubygems/rubygems] Bump COCs to latest Contributor Covenant versionDavid Rodríguez
2024-05-26[rubygems/rubygems] Fix typo in description of build:checksum taskMarcus Stollsteimer
2024-05-25[rubygems/rubygems] Reorganize and refactor CompactIndexClientMartin Emde
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