summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
2024-07-09[rubygems/rubygems] Fix generic platform gems getting incorrectly removed whe...David Rodríguez
2024-07-09[rubygems/rubygems] Refactor selecting specs from a SpecSetDavid Rodríguez
2024-07-09[rubygems/rubygems] Resolve all platforms directlyDavid Rodríguez
2024-07-09[rubygems/rubygems] Don't memoize sorted_spec_namesDavid Rodríguez
2024-07-09[rubygems/rubygems] Instantiate `Resolver::SpecGroup` with explicit priorityDavid Rodríguez
2024-07-09[rubygems/rubygems] Let resolver consider unique specs from the beginningDavid Rodríguez
2024-07-08[rubygems/rubygems] Fix wrong version is commentDavid Rodríguez
2024-07-08[rubygems/rubygems] Backport binstub race condition fix to BundlerDavid Rodríguez
2024-07-05[rubygems/rubygems] Restrict generic `arm` to only match 32-bit armなつき
2024-07-02[rubygems/rubygems] Only allow valid values for --test, --ci, and --linter op...Jerome Dalbert
2024-07-02[rubygems/rubygems] Only remove current platform when added right before reso...David Rodríguez
2024-07-02[rubygems/rubygems] Refactor previous fix a bitDavid Rodríguez
2024-06-28Synchronize Bundler & RubyGems (#11071)David Rodríguez
2024-06-27[rubygems/rubygems] Print a proper error when bin dir does not have writable ...David Rodríguez
2024-06-27[rubygems/rubygems] Only override `pre_install_checks` when necessaryDavid Rodríguez
2024-06-26[rubygems/rubygems] Add --no-test, --no-ci, and --no-linter optionsJerome Dalbert
2024-06-25[rubygems/rubygems] Only validate resolution info in BundlerThomas Marshall
2024-06-25[rubygems/rubygems] Add Specification#validate_for_resolutionThomas Marshall
2024-06-25[rubygems/rubygems] Regenerate bundler docs for June 2024.Josef Šimánek
2024-06-20[rubygems/rubygems] Fix credentials being readded when re-resolving without a...David Rodríguez
2024-06-20[rubygems/rubygems] Fix `bundle update <gem_name>` edge caseDavid 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-20[rubygems/rubygems] Make sure to not re-resolve when a not fully specific loc...David Rodríguez
2024-06-20[rubygems/rubygems] Always resolve against the local platformDavid Rodríguez
2024-06-20[rubygems/rubygems] Remove no longer needed conditionDavid Rodríguez
2024-06-20[rubygems/rubygems] Revert to splitting parser due to performance regressionMartin Emde
2024-06-18[rubygems/rubygems] Fix `bundle fund` when the gemfile contains optional groupsEarlopain
2024-06-18[rubygems/rubygems] Use symbol for option key in Bundler::CLI::InstallYuta Saito
2024-06-18[rubygems/rubygems] Bundler integration for --target-rbconfig optionYuta Saito
2024-06-14[rubygems/rubygems] Fix funding metadata not being printed in some situationsDavid Rodríguez
2024-06-14[rubygems/rubygems] Don't print bug report template when bin dir is not writableDavid Rodríguez
2024-06-12[rubygems/rubygems] Fix typoDavid Rodríguez
2024-06-11[rubygems/rubygems] Keep credentials in lockfile if they are already thereDavid Rodríguez
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