summaryrefslogtreecommitdiff
path: root/lib/bundler/cli
AgeCommit message (Expand)Author
2024-09-11[rubygems/rubygems] Make an exe file executable when generating new gemsYuji Yaginuma
2024-08-30[rubygems/rubygems] Emit progress to stderr when `--parseable` is passed to `...Matt Brictson
2024-08-29[rubygems/rubygems] Reject unknown platforms when running `bundle lock --add-...David Rodríguez
2024-08-26[rubygems/rubygems] Emit progress to stderr when `--print` is passed to `bund...Matt Brictson
2024-08-23[rubygems/rubygems] Fix error message when Bundler refuses to install due to ...David Rodríguez
2024-07-26[rubygems/rubygems] Fix bundle check exit code when git gem is missingJerome Dalbert
2024-07-25[rubygems/rubygems] bundle-gem learns to find Gemfile template correctlyJason Karns
2024-06-26[rubygems/rubygems] Add --no-test, --no-ci, and --no-linter optionsJerome Dalbert
2024-06-18[rubygems/rubygems] Fix `bundle fund` when the gemfile contains optional groupsEarlopain
2024-06-18[rubygems/rubygems] Use symbol for option key in Bundler::CLI::InstallYuta Saito
2024-06-18[rubygems/rubygems] Bundler integration for --target-rbconfig optionYuta Saito
2024-05-16[rubygems/rubygems] Use RubyGems freebsd helperDavid Rodriguez
2024-03-27[rubygems/rubygems] Allow installing plugins from path via CLICody Cutrer
2024-03-18[rubygems/rubygems] Deprecate `bundle plugin install --local-git=`Cody Cutrer
2024-02-08[rubygems/rubygems] Refactor lockfile generationDavid Rodríguez
2024-01-29[rubygems/rubygems] Remove `travis_removal_info`Masato Ohba
2024-01-27[rubygems/rubygems] Bump Ruby version to be used in `bundle gem` templateMasato Ohba
2024-01-11[rubygems/rubygems] bin/rubocop -A --only Style/RedundantParenthesesHiroshi SHIBATA
2023-12-14[rubygems/rubygems] Gem::Specification.find_all_by_name is always defined nowDavid Rodríguez
2023-12-13[rubygems/rubygems] Revert "Merge pull request #7167 from nevinera/add-json-o...Martin Emde
2023-12-13[rubygems/rubygems] Use match? when regexp match data is unusedSamuel Giddins
2023-12-13[rubygems/rubygems] Refactor `bundle info`David Rodríguez
2023-12-13[rubygems/rubygems] Remove dead codeDavid Rodríguez
2023-12-12[rubygems/rubygems] Allow bundle pristine to run in parallelSamuel Giddins
2023-12-12[rubygems/rubygems] Refactor: Move filesystem access into Definition classFranz Liedke
2023-12-12[rubygems/rubygems] bundle lock: Always touch the lockfileFranz Liedke
2023-12-08[rubygems/rubygems] Use `Minitest::TestTask` in a template file for `minitest`Yuji Yaginuma
2023-12-07[rubygems/rubygems] Use modern hashes consistentlyDavid Rodríguez
2023-12-01[rubygems/rubygems] Many major_deprecations supply :removed_messageEric Mueller
2023-11-23[rubygems/rubygems] Don't require 'json' unless it's actually neededEric Mueller
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