summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
2022-09-22[rubygems/rubygems] Update GitLab CI template with new oneTakuya Noguchi
2022-09-15Remove warning for old TLS version connectionNobuyoshi Nakada
2022-09-12[rubygems/rubygems] Deduplicate results just onceDavid Rodríguez
2022-09-12[rubygems/rubygems] Use a single hash to keep track of prereleasesDavid Rodríguez
2022-09-12[rubygems/rubygems] Remove unnecessary sortingDavid Rodríguez
2022-09-12[rubygems/rubygems] Simplify instantiating the gem version promoterDavid Rodríguez
2022-09-12[rubygems/rubygems] Let specs be sorted just once by the gem version promoterDavid Rodríguez
2022-09-12[rubygems/rubygems] This sorting seems unnecessary tooDavid Rodríguez
2022-09-12[rubygems/rubygems] Remove unnecessary spec sortingDavid Rodríguez
2022-09-08Resync Bundler & RubyGemsDavid Rodríguez
2022-09-05Merge https://github.com/rubygems/rubygems/commit/16c3535413afebcdbab7582c601...Hiroshi SHIBATA
2022-09-04Attempt to fix test-bundlerTakashi Kokubun
2022-09-05[rubygems/rubygems] Feature: `bundle add` supports `--path` optionMike Dalessio
2022-09-05[rubygems/rubygems] Fix resolution hanging on musl platformsDavid Rodríguez
2022-09-01[rubygems/rubygems] Support non gnu libc arm-linux-eabi platformsなつき
2022-08-29[rubygems/rubygems] Add platform :windows as a shortcut for all Windows platf...shields
2022-08-28[rubygems/rubygems] Bundler: make to_lock consistent between Gem::Dependency...Aleksandr Varnin
2022-08-25[rubygems/rubygems] Fix another regression for sorbetDavid Rodríguez
2022-08-24[rubygems/rubygems] Backport non-gnu libc on linux platform matching to BundlerDavid Rodríguez
2022-08-23Merge rubygems/bundler HEADHiroshi SHIBATA
2022-08-23[rubygems/rubygems] Fix conservative update downgrading top level gemsDavid Rodríguez
2022-08-23[rubygems/rubygems] Refactor building metadata dependenciesDavid Rodríguez
2022-08-23[rubygems/rubygems] Remove unnecessary mixin inclusionDavid Rodríguez
2022-08-23[rubygems/rubygems] Centralize loading `Bundler::MatchPlatform` mixinDavid Rodríguez
2022-08-21[rubygems/rubygems] Fix edge case where `bundler/inline` unintentionally skip...David Rodríguez
2022-08-21[rubygems/rubygems] Fix `bundle platform` crash when there's a lockfile with ...David Rodríguez
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