summaryrefslogtreecommitdiff
path: root/spec/bundler/commands
AgeCommit message (Expand)Author
5 days[ruby/rubygems] Allow File.writable?/File.readable? fallbacks in doctor specsHiroshi SHIBATA
8 days[ruby/rubygems] Use optimistic version constraints in bundle gem outputJeremy Evans
10 days[ruby/rubygems] Allow non-zero exit status in bundle config gemfile unset specHiroshi SHIBATA
10 days[ruby/rubygems] Make `bundle config get` return status 1 when the value is no...Shinichi Maeshima
10 days[ruby/rubygems] Switch bundle add to use optimistic versioning by defaultJeremy Evans
11 days[ruby/rubygems] Fix bundle config gemfile unset behaviorAndrii Furmanets
2026-04-17[ruby/rubygems] Fix installing gems with native extensions + transitive depen...Nick Dower
2026-04-16[ruby/rubygems] Add commented-out rubygems_mfa_required to bundle gem templateMatheus Richard
2026-04-06Manually cherry pick from https://github.com/ruby/rubygems/pull/9416/changes/...Hiroshi SHIBATA
2026-03-31[ruby/rubygems] Fix test suite that will start to fail whenever we attempt a ...Edouard CHIN
2026-03-27[ruby/rubygems] Rename config/global_config helpers to bundle_config/bundle_c...Hiroshi SHIBATA
2026-03-27[ruby/rubygems] Replace remaining `bundle "config set"` subprocess calls with...Hiroshi SHIBATA
2026-03-27[ruby/rubygems] Replace remaining inline `bundle "config set KEY VALUE"` with...Hiroshi SHIBATA
2026-03-27[ruby/rubygems] Replace `bundle "config set --global KEY VALUE"` subprocess w...Hiroshi SHIBATA
2026-03-27[ruby/rubygems] Replace `bundle "config set --local KEY VALUE"` subprocess wi...Hiroshi SHIBATA
2026-03-27[ruby/rubygems] Replace `bundle "config set KEY VALUE"` subprocess with in-pr...Hiroshi SHIBATA
2026-03-27[ruby/rubygems] Use `bundle config set` instead of deprecated `bundle config`...Hiroshi SHIBATA
2026-03-25[ruby/rubygems] Show only mismatched dependencies in lockfile error messageHiroshi SHIBATA
2026-03-25[ruby/rubygems] Include detailed gemspec vs. lockfile dependency discrepanciesHiroshi SHIBATA
2026-03-25[ruby/rubygems] Workaround a memory corruption issue on Windows Ruby 3.3:Edouard CHIN
2026-03-25[ruby/rubygems] Fix patchlevel tests for bundle outdatedHiroshi SHIBATA
2026-03-25[ruby/rubygems] Fix patchlevel test failures in platform_specHiroshi SHIBATA
2026-03-25[ruby/rubygems] Bundler: ignore patchlevel kwarg in ruby DSLTakuya Noguchi
2026-03-23[ruby/rubygems] Skip flaky prerelease add specs on Ruby 3.3 Windows due to SEGVHiroshi SHIBATA
2026-03-23Revert "[ruby/rubygems] Move bundler/spec to top-level spec/ directory"Hiroshi SHIBATA
2026-03-23[ruby/rubygems] Move bundler/spec to top-level spec/ directoryHiroshi SHIBATA
2026-03-18[ruby/rubygems] Lock the checksum of Bundler itself in the lockfile:Edouard CHIN
2026-03-18[ruby/rubygems] Refactor rspec gem command to use new helper methods for unin...Colby Swandale
2026-03-03[ruby/rubygems] Show release date with bundle outdatedHiroshi SHIBATA
2026-02-13[ruby/rubygems] Improve testing configIan 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-02-09[ruby/rubygems] Do not create unnecessary directoriesNobuyoshi Nakada
2026-02-09[ruby/rubygems] Revert "Cleaned up bundler .gem and .gemspec files in ensure ...Nobuyoshi Nakada
2026-02-06[ruby/rubygems] Cleaned up bundler .gem and .gemspec files in ensure block.Hiroshi SHIBATA
2026-01-07[ruby/rubygems] bin/rubocop -AHiroshi SHIBATA
2026-01-07[ruby/rubygems] Bundler: validate more options for add sub-commandTakuya Noguchi
2026-01-06[ruby/rubygems] Test for removing current bundler versionSchneems
2025-12-16[ruby/rubygems] Pass down value of `BUNDLE_JOBS` to RubyGems before compiling:Edouard CHIN
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-12-09[ruby/rubygems] Fix Bundler removing executables after creating themEdouard CHIN
2025-12-08[ruby/rubygems] Fix native extension loading in newgem template for RHEL-base...yoshoku
2025-12-02[ruby/rubygems] Make BUNDLE_LOCKFILE environment variable have precedence ove...Jeremy Evans
2025-11-28[ruby/rubygems] Fixed checksums generation issue when no source is specifiedHiroshi SHIBATA
2025-11-25[ruby/rubygems] Support bundle install --lockfile optionJeremy Evans
2025-11-24Add SIGABRT to reserved signals in bundler specPeter Zhu
2025-11-21[ruby/rubygems] Add go_gem/rake_task for Go native extention gem skeletonsue445
2025-11-20[ruby/rubygems] Keep legacy windows platform, not removed themHiroshi SHIBATA