summaryrefslogtreecommitdiff
path: root/lib/bundler/cli
AgeCommit message (Expand)Author
2025-05-22Merge RubyGems-3.6.9 and Bundler-2.6.9Hiroshi SHIBATA
2025-04-08Merge RubyGems-3.6.6 and Bundler-2.6.6Hiroshi SHIBATA
2025-02-20Merge RubyGems-3.6.4 and Bundler-2.6.4Hiroshi SHIBATA
2025-02-20Merge RubyGems-3.6.3 and Bundler-2.6.3Hiroshi SHIBATA
2024-12-04[rubygems/rubygems] add relative path support for `bundle exec`sodacris
2024-11-26[rubygems/rubygems] Enable `Performance/MapCompact` copDavid Rodríguez
2024-11-26[rubygems/rubygems] More aggressive `Performance/FlatMap` cop configurationDavid Rodríguez
2024-11-25[rubygems/rubygems] Fix `bundle lock --add-checksums`David Rodríguez
2024-11-25[rubygems/rubygems] Most of the times, eagerly resolving is not necessaryDavid Rodríguez
2024-11-21[rubygems/rubygems] Remove override of worker jobs for `bundle install --local`Lars Kanis
2024-11-11[rubygems/rubygems] Cancel `bundle console` deprecationDavid Rodríguez
2024-11-08[rubygems/rubygems] Add `bundle lock --add-checksums` to add checksums to an ...David Rodríguez
2024-10-26Normalize lockfile platformsDavid Rodríguez
2024-10-18[rubygems/rubygems] Add `bundle add --quiet` optionJerome Dalbert
2024-10-16[rubygems/rubygems] Fix `bundle check` sometimes locking gems under the wrong...David Rodríguez
2024-10-16[rubygems/rubygems] Lock definition directlyDavid Rodríguez
2024-10-04[rubygems/rubygems] Update required_ruby_version to 3.1Samuel Giddins
2024-09-23[rubygems/rubygems] Fix `bundle outdated` with `--group` optionDavid Rodríguez
2024-09-20[rubygems/rubygems] Don't try to install locked bundler when `--local` is passedDavid Rodríguez
2024-09-17[rubygems/rubygems] Fix spelling, it's "cannot" rather than "can not"David Rodríguez
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