summaryrefslogtreecommitdiff
path: root/lib/bundler/cli
AgeCommit message (Expand)Author
6 days[ruby/rubygems] Reject negative --cooldown values from the CLIHiroshi SHIBATA
6 days[ruby/rubygems] Annotate in-cooldown versions in bundle outdated outputHiroshi SHIBATA
6 days[ruby/rubygems] Accept --cooldown on install, update, add, and outdatedHiroshi SHIBATA
12 days[ruby/rubygems] Remove version constraints on dev dependenciesAidan Coyle
2026-05-08[ruby/rubygems] Return exit status 1 only when the config value is nilShinichi Maeshima
2026-05-08[ruby/rubygems] Simplify the codeShinichi Maeshima
2026-05-08[ruby/rubygems] Make `bundle config get` return status 1 when the value is no...Shinichi Maeshima
2026-05-08[ruby/rubygems] Switch bundle add to use optimistic versioning by defaultJeremy Evans
2026-04-24[ruby/rubygems] Update gem creation guide URL to rubygems.orgy-onishi
2026-03-18[ruby/rubygems] Normalize the number of workers:Edouard CHIN
2026-03-03[ruby/rubygems] Show release date with bundle outdatedHiroshi SHIBATA
2026-02-13[ruby/rubygems] Support precompiled rust gems out of the boxIan Ker-Seymer
2026-02-13[ruby/rubygems] [rust gem] Make cargo test work by defaultIan Ker-Seymer
2026-02-13[ruby/rubygems] Relax gem name validation to warn on capital lettersHiroshi SHIBATA
2026-02-13[ruby/rubygems] Raise error when gem contains capital lettersOKURA Masafumi
2026-01-07[ruby/rubygems] Bundler: validate more options for add sub-commandTakuya Noguchi
2025-12-16[ruby/rubygems] Tweak the Bundler's "X gems now installed message":Edouard CHIN
2025-12-16[ruby/rubygems] Allow bundle pristine to work for git gems in the same repo:Edouard CHIN
2025-11-25[ruby/rubygems] Support bundle install --lockfile optionJeremy Evans
2025-11-20[ruby/rubygems] Add support for bundle install --no-lockJeremy Evans
2025-11-19[ruby/rubygems] Add `--ext=go` to `bundle gem`Go Sueyoshi
2025-11-18[ruby/rubygems] bin/rubocop -aHiroshi SHIBATA
2025-11-18[ruby/rubygems] fix testsAustin Pray
2025-11-18[ruby/rubygems] Progressively enhance if DidYouMean is availableAustin Pray
2025-11-18[ruby/rubygems] RubocopAustin Pray
2025-11-18[ruby/rubygems] use DidYouMean::SpellChecker for gem suggestionsAustin Pray
2025-11-07[ruby/rubygems] Use Dir.pwd instead of Pathname.pwdHiroshi SHIBATA
2025-11-07[ruby/rubygems] Removed unnecessary loading of pathnameHiroshi SHIBATA
2025-10-28[ruby/rubygems] Update new gem CoC and promptdysonreturns
2025-10-24[ruby/rubygems] Forcely activate irb if that isn't available when running wit...Hiroshi SHIBATA
2025-10-20[ruby/rubygems] Now ruby/rubygems is the canonical repository urlHiroshi SHIBATA
2025-10-15[rubygems/rubygems] Replaced Bundler::SharedHelpers.major_deprecation to feat...Hiroshi SHIBATA
2025-10-10[rubygems/rubygems] Make update_requires_all_flag to settingsHiroshi SHIBATA
2025-10-10[rubygems/rubygems] Replaced Bundler.feature_flag.plugins? to Bundler.settingsHiroshi SHIBATA
2025-09-26[rubygems/rubygems] add loading support on Windowssodacris
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-17[rubygems/rubygems] Move `bundle install --binstubs` deprecation to cli.rbDavid Rodríguez
2025-09-16[rubygems/rubygems] Completely remove multisources supportDavid 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-11[rubygems/rubygems] Complete remembered options removalDavid 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-08-18[rubygems/rubygems] Fix `bundle show --verbose` and recommend it as an altern...David Rodríguez
2025-08-18[rubygems/rubygems] Introduce `bundle list --format=json`Schneems