aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/cli
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Don't require 'json' unless it's actually neededEric Mueller2023-11-231-2/+1
* [rubygems/rubygems] Add --json bundle-outdated flag to produce json-parseable...Eric Mueller2023-11-231-4/+44
* [rubygems/rubygems] Factor group-filtering to a private method to reduce repe...Eric Mueller2023-11-231-16/+16
* [rubygems/rubygems] Let RuboCop target Ruby 3.0David Rodríguez2023-11-131-2/+2
* [rubygems/rubygems] Handle CI configuration on ignore list for Gem::Specifica...Hiroshi SHIBATA2023-10-251-0/+3
* [rubygems/rubygems] The `lock` command should not be affected by frozen settingDavid Rodríguez2023-10-161-23/+26
* [rubygems/rubygems] Use instantiated definition directlyDavid Rodríguez2023-10-161-1/+1
* [rubygems/rubygems] 🚨 Rubocop LintingPeter Boling2023-10-031-1/+1
* [rubygems/rubygems] Centralize logic using `Pathname#relative_path_from`Ry Biesemeyer2023-09-272-2/+2
* [rubygems/rubygems] Reword a couple of error messagesDavid Rodriguez2023-09-271-1/+1
* [rubygems/rubygems] Remove usage of Dir.chdir that just execute a subprocessSamuel Giddins2023-09-212-10/+6
* [rubygems/rubygems] Fix bundle update --redownloadSamuel Giddins2023-08-291-0/+1
* [rubygems/rubygems] Update GitHub organization of Standard RubyKoichi ITO2023-07-121-1/+1
* [rubygems/rubygems] Use indented heredocNobuyoshi Nakada2023-03-222-3/+3
* Merge rubygems/bundler masterHiroshi SHIBATA2023-02-211-2/+2
* [rubygems/rubygems] Don't warn on bundler binstubs --standalone --allDaniel Colson2023-01-271-1/+5
* [rubygems/rubygems] Raise invalid option when bundle open --path is called wi...yoka2023-01-041-0/+1
* [rubygems/rubygems] Enhance bundle open with --path optionyoka2023-01-041-4/+5
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-12-265-9/+11
* Merge RubyGems-3.4.0 and Bundler-2.4.0Hiroshi SHIBATA2022-12-241-3/+24
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-12-201-5/+17
* [rubygems/rubygems] fixMark Burns2022-12-201-3/+1
* [rubygems/rubygems] Turn `--ext` option into string. Deprecate usage without ...Josef Šimánek2022-12-201-4/+6
* [rubygems/rubygems] Support for pre flag in `bundle update`Michael Siegfried2022-12-201-0/+1
* [rubygems/rubygems] Add bundle lock --update --bundlerAlyssa Ross2022-12-181-2/+5
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-12-123-27/+12
* Migrate our resolver engine to PubGrubHiroshi SHIBATA2022-11-122-4/+4
* [rubygems/rubygems] Copy template contents instead of file and permsVictor Gama2022-10-031-1/+5
* Resync Bundler & RubyGemsDavid Rodríguez2022-09-082-15/+15
* Merge https://github.com/rubygems/rubygems/commit/16c3535413afebcdbab7582c601...Hiroshi SHIBATA2022-09-051-3/+2
* [rubygems/rubygems] Fix `bundle platform` crash when there's a lockfile with ...David Rodríguez2022-08-211-1/+1
* [rubygems/rubygems] Fix conservative updates regardless of `--strict`David Rodríguez2022-08-031-1/+1
* Merge rubygems/bundler HEADHiroshi SHIBATA2022-08-032-2/+2
* [rubygems/rubygems] Fix crash when running `bundle outdated` in debug modeDavid Rodríguez2022-08-011-2/+11
* [rubygems/rubygems] Make `--standalone` play nice with `--local`David Rodríguez2022-07-301-1/+1
* [rubygems/rubygems] No need to set anything at all unless standalone is givenDavid Rodríguez2022-07-301-2/+5
* [rubygems/rubygems] Add ignore_funding_requests config flagmoe2022-07-271-0/+1
* [rubygems/rubygems] Fix `bundle package --no-install` no longer skipping installDavid Rodríguez2022-06-232-1/+3
* [rubygems/rubygems] Move `no_install` setting check to a more sensible placeDavid Rodríguez2022-06-112-3/+1
* Merge RubyGems and Bundler HEADHiroshi SHIBATA2022-05-201-1/+1
* Merge rubygems master 1e4eda741d732ca1bd7031aef0a16c7348adf7a5Hiroshi SHIBATA2022-04-283-3/+3
* [rubygems/rubygems] Make `--strict` flag of `update` and `outdated` commands ...David Rodríguez2022-03-061-1/+1
* Merge RubyGems and Bundler masterHiroshi SHIBATA2022-02-282-26/+16
* [rubygems/rubygems] Skip "seller shipped" notification after deliveryDan Jensen2022-02-011-1/+10
* [rubygems/rubygems] Use Gem::Platform.local instead of RUBY_PLATFORMNgan Pham2022-01-261-1/+1
* [rubygems/rubygems] Change generated namespaced test class name in minitestYusuke Nakamura2022-01-201-0/+2
* [rubygems/rubygems] Update generated minitest file styleYusuke Nakamura2022-01-201-1/+9
* [rubygems/rubygems] Create minitest file to underscored path in "bundle gem" ...Yusuke Nakamura2022-01-201-1/+1
* Merge rubygems/rubygems HEAD.Hiroshi SHIBATA2022-01-191-2/+6
* [rubygems/rubygems] Use `Fiddle` in `bundle doctor` to check for dynamic libr...Vyacheslav Alexeev2022-01-131-1/+9