summaryrefslogtreecommitdiff
path: root/lib/bundler/cli
AgeCommit message (Expand)Author
2023-11-23[rubygems/rubygems] Add --json bundle-outdated flag to produce json-parseable...Eric Mueller
2023-11-23[rubygems/rubygems] Factor group-filtering to a private method to reduce repe...Eric Mueller
2023-11-13[rubygems/rubygems] Let RuboCop target Ruby 3.0David Rodríguez
2023-10-25[rubygems/rubygems] Handle CI configuration on ignore list for Gem::Specifica...Hiroshi SHIBATA
2023-10-16[rubygems/rubygems] The `lock` command should not be affected by frozen settingDavid Rodríguez
2023-10-16[rubygems/rubygems] Use instantiated definition directlyDavid Rodríguez
2023-10-03[rubygems/rubygems] 🚨 Rubocop LintingPeter Boling
2023-09-27[rubygems/rubygems] Centralize logic using `Pathname#relative_path_from`Ry Biesemeyer
2023-09-27[rubygems/rubygems] Reword a couple of error messagesDavid Rodriguez
2023-09-21[rubygems/rubygems] Remove usage of Dir.chdir that just execute a subprocessSamuel Giddins
2023-08-29[rubygems/rubygems] Fix bundle update --redownloadSamuel Giddins
2023-07-12[rubygems/rubygems] Update GitHub organization of Standard RubyKoichi ITO
2023-03-22[rubygems/rubygems] Use indented heredocNobuyoshi Nakada
2023-02-21Merge rubygems/bundler masterHiroshi SHIBATA
2023-01-27[rubygems/rubygems] Don't warn on bundler binstubs --standalone --allDaniel Colson
2023-01-04[rubygems/rubygems] Raise invalid option when bundle open --path is called wi...yoka
2023-01-04[rubygems/rubygems] Enhance bundle open with --path optionyoka
2022-12-26Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-12-24Merge RubyGems-3.4.0 and Bundler-2.4.0Hiroshi SHIBATA
2022-12-20Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-12-20[rubygems/rubygems] fixMark Burns
2022-12-20[rubygems/rubygems] Turn `--ext` option into string. Deprecate usage without ...Josef Šimánek
2022-12-20[rubygems/rubygems] Support for pre flag in `bundle update`Michael Siegfried
2022-12-18[rubygems/rubygems] Add bundle lock --update --bundlerAlyssa Ross
2022-12-12Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-11-12Migrate our resolver engine to PubGrubHiroshi SHIBATA
2022-10-03[rubygems/rubygems] Copy template contents instead of file and permsVictor Gama
2022-09-08Resync Bundler & RubyGemsDavid Rodríguez
2022-09-05Merge https://github.com/rubygems/rubygems/commit/16c3535413afebcdbab7582c601...Hiroshi SHIBATA
2022-08-21[rubygems/rubygems] Fix `bundle platform` crash when there's a lockfile with ...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-01[rubygems/rubygems] Fix crash when running `bundle outdated` in debug modeDavid Rodríguez
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-27[rubygems/rubygems] Add ignore_funding_requests config flagmoe
2022-06-23[rubygems/rubygems] Fix `bundle package --no-install` no longer skipping installDavid Rodríguez
2022-06-11[rubygems/rubygems] Move `no_install` setting check to a more sensible placeDavid Rodríguez
2022-05-20Merge RubyGems and Bundler HEADHiroshi SHIBATA
2022-04-28Merge rubygems master 1e4eda741d732ca1bd7031aef0a16c7348adf7a5Hiroshi SHIBATA
2022-03-06[rubygems/rubygems] Make `--strict` flag of `update` and `outdated` commands ...David Rodríguez
2022-02-28Merge RubyGems and Bundler masterHiroshi SHIBATA
2022-02-01[rubygems/rubygems] Skip "seller shipped" notification after deliveryDan Jensen
2022-01-26[rubygems/rubygems] Use Gem::Platform.local instead of RUBY_PLATFORMNgan Pham
2022-01-20[rubygems/rubygems] Change generated namespaced test class name in minitestYusuke Nakamura
2022-01-20[rubygems/rubygems] Update generated minitest file styleYusuke Nakamura
2022-01-20[rubygems/rubygems] Create minitest file to underscored path in "bundle gem" ...Yusuke Nakamura
2022-01-19Merge rubygems/rubygems HEAD.Hiroshi SHIBATA
2022-01-13[rubygems/rubygems] Use `Fiddle` in `bundle doctor` to check for dynamic libr...Vyacheslav Alexeev
2021-12-25Merge RubyGems-3.3.3 and Bundler-2.3.3Hiroshi SHIBATA