summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
2025-09-19[rubygems/rubygems] Completely remove passing `--ext` to `bundle gem` without...David Rodríguez
2025-09-19[rubygems/rubygems] Switch `lockfile_checksums` to be true by defaultDavid Rodríguez
2025-09-19[rubygems/rubygems] Make `bundle show --outdated` raise an errorDavid Rodríguez
2025-09-19[rubygems/rubygems] Move error handling to right behind the optionDavid Rodríguez
2025-09-19[rubygems/rubygems] Make `--local-git` flag to `bundle plugin install` raise ...David Rodríguez
2025-09-19[rubygems/rubygems] Fix parallel installation issueDavid Rodríguez
2025-09-17[rubygems/rubygems] Finalize `bundle install --binstubs` removalDavid Rodríguez
2025-09-17[rubygems/rubygems] Fix grammar in `bundle install --binstubs` removal messageDavid Rodríguez
2025-09-17[rubygems/rubygems] Move `bundle install --binstubs` deprecation to cli.rbDavid Rodríguez
2025-09-17[rubygems/rubygems] Make `bundle remove --install` raise an errorDavid Rodríguez
2025-09-16[rubygems/rubygems] Remove aggregate source mentionsDavid Rodríguez
2025-09-16[rubygems/rubygems] Completely remove multisources supportDavid Rodríguez
2025-09-16[rubygems/rubygems] Simplify an edge case of not adding lower bound requirementsDavid Rodríguez
2025-09-16[rubygems/rubygems] Multisource checks are only relevant when there's a lockfileDavid Rodríguez
2025-09-16[rubygems/rubygems] Handle locked sources more simillarly to locked specsDavid Rodríguez
2025-09-16[rubygems/rubygems] Remove `allow_offline_install` settingDavid Rodríguez
2025-09-16[rubygems/rubygems] Complete rubocop flags and settings removalDavid Rodríguez
2025-09-16[rubygems/rubygems] Fix `--no-rubocop` deprecation messageDavid Rodríguez
2025-09-16[rubygems/rubygems] Fix `rubocop` config removal messageDavid Rodríguez
2025-09-12[rubygems/rubygems] Fix outdated lockfile during `bundle lock` when source ch...Earlopain
2025-09-12[rubygems/rubygems] Consolidate condition on path sourcesDavid Rodríguez
2025-09-12[rubygems/rubygems] Remove unnecessary conditionDavid Rodríguez
2025-09-12[rubygems/rubygems] If name is to be unlocked, we can skip converging the specDavid Rodríguez
2025-09-12[rubygems/rubygems] Raise error on missing version fileMatheus Richard
2025-09-11[rubygems/rubygems] Complete remembered options removalDavid Rodríguez
2025-09-11[rubygems/rubygems] Fix grammar in remembered options removal messageDavid Rodríguez
2025-09-11[rubygems/rubygems] Add missing part in `bundle cache --path` removal messageDavid Rodríguez
2025-09-11[rubygems/rubygems] Remove implementation of `deployment`, `capistrano` and `...David Rodríguez
2025-09-05[rubygems/rubygems] Improve error message when `path` and `gemspec` point to ...manabeai
2025-09-03[rubygems/rubygems] Deprecate `bundle cache --frozen` and `bundle cache --no-...David Rodríguez
2025-09-03[rubygems/rubygems] Fix `bundle cache` failing in frozen mode if vendor/cache...David Rodríguez
2025-09-03[rubygems/rubygems] Fix `bundle lock` regression when using `update` and `loc...Edouard CHIN
2025-09-03Completely remove `bundle viz` commandDavid Rodríguez
2025-09-03Completely remove `bundle inject` commandDavid Rodríguez
2025-09-03[rubygems/rubygems] Introduce `SharedHelpers.feature_removed!`David Rodríguez
2025-09-03[rubygems/rubygems] No need to print caller location when raising directlyDavid Rodríguez
2025-09-03[rubygems/rubygems] The `bundle clean` command should not be hiddenDavid Rodríguez
2025-08-18[rubygems/rubygems] Use spaces around optional parameter valuesDavid Rodríguez
2025-08-18[rubygems/rubygems] Enforce checksums strictly for registry gemsDavid Rodríguez
2025-08-18[rubygems/rubygems] Fix incorrect error message capitalizationDavid Rodríguez
2025-08-18[rubygems/rubygems] Improve `bundle plugin` documentationDavid Rodríguez
2025-08-18[rubygems/rubygems] Improve `doctor` CLI flag documentationDavid Rodríguez
2025-08-18[rubygems/rubygems] Improve `bundle config` documentationDavid Rodríguez
2025-08-18[rubygems/rubygems] Consistently use banner of desc when defining CLI flagsDavid Rodríguez
2025-08-18[rubygems/rubygems] Fix `bundle show --verbose` and recommend it as an altern...David Rodríguez
2025-08-18[rubygems/rubygems] Fix `bundle update foo` not upgrading foo to latest in a ...David Rodríguez
2025-08-18[rubygems/rubygems] Introduce `bundle list --format=json`Schneems
2025-08-18[rubygems/rubygems] Fix Bundler printing more flags than actually passed in v...David Rodríguez
2025-08-18[rubygems/rubygems] Fix `bundle cache --no-all` not printing a deprecation wa...David Rodríguez
2025-07-30[rubygems/rubygems] Remove unnecessary endless loop detectionDavid Rodríguez