summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
2022-08-15[rubygems/rubygems] Fix Ruby platform incorrectly removed on `bundle update`David Rodríguez
2022-08-09Merge rubygems/bundler HEAD.Hiroshi SHIBATA
2022-08-06[rubygems/rubygems] Fix yanked gems being unintentionally update when other g...David Rodríguez
2022-08-06[rubygems/rubygems] Move comment where the actual replacement happensDavid Rodríguez
2022-08-06[rubygems/rubygems] Remove unclear commentDavid Rodríguez
2022-08-06[rubygems/rubygems] Extract `SourceList#get_with_fallback`David Rodríguez
2022-08-05[rubygems/rubygems] Automatically remove "ruby" from lockfile if incompleteDavid Rodríguez
2022-08-03[rubygems/rubygems] Fix `bundle outdated --strict`David Rodríguez
2022-08-03[rubygems/rubygems] Fix conservative updates regardless of `--strict`David Rodríguez
2022-08-03Merge rubygems/bundler HEADHiroshi SHIBATA
2022-08-02[rubygems/rubygems] Array is already uniq, no need to deduplicate itDavid Rodríguez
2022-08-02[rubygems/rubygems] Fix arguments for bundle-config(1) docsTakuya Noguchi
2022-08-02[rubygems/rubygems] Preserve the previous behavior of raising an error when i...David Rodríguez
2022-08-02[rubygems/rubygems] Don't discard candidates matching ruby metadataDavid Rodríguez
2022-08-02[rubygems/rubygems] Materializing for resolution already filters platformsDavid Rodríguez
2022-08-02[rubygems/rubygems] Remove unnecessary local variableDavid Rodríguez
2022-08-02[rubygems/rubygems] Prefer reverse+find to select+lastDavid Rodríguez
2022-08-02[rubygems/rubygems] Only need to filter platforms when materialization is not...David Rodríguez
2022-08-02[rubygems/rubygems] This should go through the standard source search logicDavid Rodríguez
2022-08-02[rubygems/rubygems] Refactor materialization conditionsDavid Rodríguez
2022-08-02[rubygems/rubygems] Fix incorrect force_ruby_platform propagationDavid Rodríguez
2022-08-02[rubygems/rubygems] Remove unnecessary special case for BundlerDavid Rodríguez
2022-08-02[rubygems/rubygems] Move some logic to `LazySpecification#__materialize__`David Rodríguez
2022-08-01[rubygems/rubygems] Fix crash when running `bundle outdated` in debug modeDavid Rodríguez
2022-08-01[rubygems/rubygems] Update bundle-platform(1) manTakuya Noguchi
2022-07-30[rubygems/rubygems] Make `--standalone` play nice with `--local`David Rodríguez
2022-07-30[rubygems/rubygems] No need to set anything at all unless standalone is givenDavid Rodríguez
2022-07-29[rubygems/rubygems] Fix dead links to deprecated bundle-package(1) with bundl...Takuya Noguchi
2022-07-29[rubygems/rubygems] Add package/pack aliases to man pages for cacheTakuya Noguchi
2022-07-29Merge rubygems master from https://github.com/rubygems/rubygems/commit/446cc5...Hiroshi SHIBATA
2022-07-27[rubygems/rubygems] Add ignore_funding_requests config flagmoe
2022-07-27[rubygems/rubygems] Don't use Pathname for creating extension dirDavid Rodríguez
2022-07-27[rubygems/rubygems] Completely drop base parameter from indexDavid Rodríguez
2022-07-26Merge rubygems/bundler HEADHiroshi SHIBATA
2022-07-25[rubygems/rubygems] Bundler: add deprecation notice of viz to manTakuya Noguchi
2022-07-23[rubygems/rubygems] Bundler: update command example in bundle-exec(1)Takuya Noguchi
2022-07-22[rubygems/rubygems] Remove bundle show from obsolete commandsTakuya Noguchi
2022-07-20[rubygems/rubygems] Bundler: update primary source in man 5 gemfileTakuya Noguchi
2022-07-19[rubygems/rubygems] Bundler: change error/warning message for multiple global...Takuya Noguchi
2022-07-18[rubygems/rubygems] Improve error message when gems cannot be foundDavid Rodríguez
2022-07-17[rubygems/rubygems] Show a proper error if extension dir is not writableDavid Rodríguez
2022-07-17[rubygems/rubygems] Unify some common codeDavid Rodríguez
2022-07-17[rubygems/rubygems] Don't call `#build_extensions` at all if there are no ext...David Rodríguez
2022-07-15[rubygems/rubygems] Use https protocol for URLs for config mirrorTakuya Noguchi
2022-07-14[rubygems/rubygems] Fix misleading error if compact index cannot be copiedDavid Rodríguez
2022-07-13Merge RubyGems and Bundler masterHiroshi SHIBATA
2022-07-02[rubygems/rubygems] Account for default gems not having remote when cachingDavid Rodríguez
2022-07-02[rubygems/rubygems] Move rubygems source specific logic to rubygems sourceDavid Rodríguez
2022-06-30[rubygems/rubygems] Fix unintended double spaces in DSL documentationDavid Rodríguez
2022-06-30[rubygems/rubygems] Use modern style hashes in Gemfile DSL docsDavid Rodríguez