summaryrefslogtreecommitdiff
path: root/spec/bundler/plugins
AgeCommit message (Expand)Author
2026-05-14[ruby/rubygems] Add specs for fetch and git fetch plugin hooksMarvin Frick
2026-05-14[ruby/rubygems] Add bundler before/after eval hooks for pluginsCody Cutrer
2026-03-27[ruby/rubygems] Rename config/global_config helpers to bundle_config/bundle_c...Hiroshi SHIBATA
2026-03-27[ruby/rubygems] Replace `bundle "config set --local KEY VALUE"` subprocess wi...Hiroshi 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-04[ruby/rubygems] Fix plugin new version not registering:Edouard CHIN
2026-02-18[ruby/rubygems] Fix Bundler crashing when it tries to install plugin:Edouard CHIN
2026-02-13[ruby/rubygems] Add test for bundle help greet commandcopilot-swe-agent[bot]
2026-02-13[ruby/rubygems] Add support for help flag in plugin commandsHiroshi SHIBATA
2025-11-20[ruby/rubygems] Improve error messages and handling in testseileencodes
2025-11-14[ruby/rubygems] Fix triple spacing when generating lockfileJimmy Lin
2025-09-19[rubygems/rubygems] Switch `cache_all` to be `true` by defaultDavid Rodríguez
2025-09-19[rubygems/rubygems] Make `--local-git` flag to `bundle plugin install` raise ...David Rodríguez
2025-06-30[rubygems/rubygems] Remove "double CI" for testing Bundler 4 modeDavid Rodríguez
2025-06-19[rubygems/rubygems] Normalize Bundler version spec filtersDavid Rodríguez
2025-03-24[rubygems/rubygems] Consistently use "lockfile" over "lock file"David Rodríguez
2025-03-12[rubygems/rubygems] Prefer `FileUtils.rm_r` to `FileUtils.rm_rf` for specsDavid Rodríguez
2024-07-23[rubygems/rubygems] Enable checksums on Bundler 3 for fresh lockfilesDavid Rodríguez
2024-06-28Synchronize Bundler & RubyGems (#11071)David Rodríguez
2024-06-12[rubygems/rubygems] Fix test descriptionGabriel Sobrinho
2024-04-19[rubygems/rubygems] Track HEAD changes for old PR proposalHiroshi SHIBATA
2024-04-19[rubygems/rubygems] Add plugin hooks for Bundler.requirefatkodima
2024-04-11[rubygems/rubygems] Fix installing plugins via relative pathsCody Cutrer
2024-03-27[rubygems/rubygems] Allow installing plugins from path via CLICody Cutrer
2024-03-25[rubygems/rubygems] Improve validation of `bundle plugin install` optionsCody Cutrer
2024-03-18[rubygems/rubygems] Deprecate `bundle plugin install --local-git=`Cody Cutrer
2023-12-07[rubygems/rubygems] Use modern hashes consistentlyDavid Rodríguez
2023-12-05[rubygems/rubygems] Converts Bundler lockfile checksum validation to opt-in onlyMartin Emde
2023-10-31[rubygems/rubygems] Only remove bundler plugin gem when it's inside the cacheCody Cutrer
2023-10-23[rubygems/rubygems] Add CHECKSUMS for each gem in lockfileThong Kuah
2023-03-28[rubygems/rubygems] Fix installing plugins in frozen modeDavid Rodríguez
2022-09-05Merge https://github.com/rubygems/rubygems/commit/16c3535413afebcdbab7582c601...Hiroshi SHIBATA
2022-07-27[rubygems/rubygems] Use main as default branch for Bundler specsDavid Rodríguez
2021-11-12[rubygems/rubygems] Remove `lockfile_should_be` helperDavid Rodríguez
2021-08-31[rubygems/rubygems] Fix `bundle plugin install` misdetection of installed ver...David Rodríguez
2021-08-31[rubygems/rubygems] Make plugin installation idempotentDavid Rodríguez
2021-07-27[rubygems/rubygems] Explicitly define a global source for testsDaniel Niknam
2021-07-16[rubygems/rubygems] Fix `bundle plugin install --help` showing `bundle instal...David Rodríguez
2021-07-14Merge RubyGems/Bundler master from 8459ebd6ad65ce3397233416dc64083ae7572bb9Hiroshi SHIBATA
2021-01-04Track Bundler master(2.3.0.dev) branch at 55634a8af18a52df86c4275d70fa1179118...Hiroshi SHIBATA
2020-12-08Merge prepare version of Bundler 2.2.0Hiroshi SHIBATA
2020-10-15Merge bundler-2.2.0.rc.2Hiroshi SHIBATA
2020-07-15[rubygems/rubygems] Remove unneeded trailing conditions on exitstatusDavid Rodríguez
2020-06-18[rubygems/rubygems] s/install_gemfile!/install_gemfileDavid Rodríguez
2020-06-18[rubygems/rubygems] s/bundle!/bundleDavid Rodríguez
2020-06-18[rubygems/rubygems] Make helpers raise by defaultDavid Rodríguez
2020-06-05[rubygems/rubygems] Remove `forgotten_command_line_usages` from specsDavid Rodríguez
2020-06-05[rubygems/rubygems] Reword specs to not mention deprecated flagsDavid Rodríguez
2020-05-22Sync Bundler PR #3624Hiroshi SHIBATA