summaryrefslogtreecommitdiff
path: root/spec/bundler/install/gems
AgeCommit message (Expand)Author
2026-04-24[ruby/rubygems] Point recovery instructions at bundle pristine under BundlerHiroshi SHIBATA
2026-04-24[ruby/rubygems] Cover stale plugin wrapper removal in no_install_plugin specHiroshi SHIBATA
2026-04-24[ruby/rubygems] Add Bundler spec for no_install_plugin settingHiroshi SHIBATA
2026-04-24[ruby/rubygems] Support no_build_extension and no_install_plugin settings in ...Hiroshi SHIBATA
2026-04-08[ruby/rubygems] Fix lockfile DEPENDENCIES section to use 'rubocop' instead of...copilot-swe-agent[bot]
2026-04-01[ruby/rubygems] Improve error message when current platform is not in lockfileKenta Ishizaki
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 `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-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] Refactor rspec gem command to use new helper methods for unin...Colby Swandale
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-11-07[ruby/rubygems] Replace Pathname#rmtree to FileUtils.rm_rf directlyHiroshi SHIBATA
2025-09-16[rubygems/rubygems] Completely remove multisources supportDavid Rodríguez
2025-09-11[rubygems/rubygems] Complete remembered options removalDavid Rodríguez
2025-07-28[rubygems/rubygems] Remove unnecessary branchingDavid Rodríguez
2025-07-25[rubygems/rubygems] Don't create an empty bundled_app when setting up depsDavid Rodríguez
2025-07-07[rubygems/rubygems] Remove unnecessary nesting from standalone specsDavid Rodríguez
2025-07-03Sync RubyGemsDavid Rodríguez
2025-07-02[rubygems/rubygems] Migrate all remaining specs to run offlineDavid Rodríguez
2025-07-02[rubygems/rubygems] Verify specs still using realworld gems still pass with l...David Rodríguez
2025-07-02[rubygems/rubygems] Realworld optparse gem should be no longer necessaryDavid Rodríguez
2025-07-02[rubygems/rubygems] Logger realworld gem is no longer necessaryDavid Rodríguez
2025-07-02[rubygems/rubygems] Realworld tsort gem should be no longer necessaryDavid Rodríguez
2025-07-02[rubygems/rubygems] These specs need stringio only for old versionsDavid Rodríguez
2025-06-30[rubygems/rubygems] Remove "double CI" for testing Bundler 4 modeDavid Rodríguez
2025-06-30Rewrite specs to not start local dev serversDavid Rodríguez
2025-06-24[rubygems/rubygems] Cleanup now unnecessary RUBYOPT handlingDavid Rodríguez
2025-06-23[rubygems/rubygems] Fix flaky test failures in mirror probing specsDavid Rodríguez
2025-06-19[rubygems/rubygems] Normalize Bundler version spec filtersDavid Rodríguez
2025-06-17[rubygems/rubygems] Reword a couple of specs to further clarify themDavid Rodríguez
2025-06-17[rubygems/rubygems] Migrate mirror probe specs to use the compact index APIDavid Rodríguez
2025-06-17[rubygems/rubygems] Consistently use instance variables directlyDavid Rodríguez
2025-06-17[rubygems/rubygems] Cleanup dead code, RubyGems 3.3 is no longer supportedDavid Rodríguez
2025-06-06[rubygems/rubygems] Extract stdboth spec helperDavid Rodríguez
2025-05-19[rubygems/rubygems] Fix test warnings introduced by recent CGI changesDavid Rodríguez
2025-05-19Rename a couple of spec filesDavid Rodríguez
2025-04-15[rubygems/rubygems] Fix false positive warning about insecurely materialized gemDavid Rodríguez
2025-04-14[rubygems/rubygems] Fix edge case making `bundle update` behave incorrectlyDavid Rodríguez
2025-04-09[rubygems/rubygems] Follow up to removal of rubyinstaller2 workaroundDavid Rodríguez
2025-04-04[rubygems/rubygems] Rubyinstaller2 fixed thisDavid Rodríguez
2025-04-01[rubygems/rubygems] Let compact index response parser consistently return a m...David Rodríguez
2025-03-24[rubygems/rubygems] Fix redundant `path` configurationsDavid Rodríguez
2025-03-24[rubygems/rubygems] Consistently use "lockfile" over "lock file"David Rodríguez
2025-03-12[rubygems/rubygems] Path helper to build paths in compact index cacheDavid Rodríguez
2025-03-12[rubygems/rubygems] Prefer `FileUtils.rm_r` to `FileUtils.rm_rf` for specsDavid Rodríguez
2025-02-18[rubygems/rubygems] Add additional assertions to specDavid Rodríguez