summaryrefslogtreecommitdiff
path: root/test/rubygems
AgeCommit message (Expand)Author
2025-10-25merge revision(s) 4368e6c42effc16904e35f753fc2002f0bba375a:nagachika
2025-04-02[rubygems/rubygems] Bump up minimum required version for cmake 4Hiroshi SHIBATA
2024-10-17Merge RubyGems-3.5.22 and Bundler-2.5.22Hiroshi SHIBATA
2024-10-17Merge RubyGems-3.5.21 and Bundler-2.5.21Hiroshi SHIBATA
2024-09-25Merge RubyGems-3.5.19 and Bundler-2.5.19Hiroshi SHIBATA
2024-09-25Merge RubyGems-3.5.18 and Bundler-2.5.18Hiroshi SHIBATA
2024-09-25Merge RubyGems-3.5.17 and Bundler-2.5.17Hiroshi SHIBATA
2024-07-30Update RubyGems 3.5.16 and Bundler 2.5.16 for Ruby 3.3 (#11252)Hiroshi SHIBATA
2024-06-04Merge RubyGems 3.5.11 and Bundler 2.5.11 for Ruby 3.3 (#10870)Hiroshi SHIBATA
2024-05-28[rubygems/rubygems] Should rescue vendored net-http exceptionNobuyoshi Nakada
2024-04-16Merge RubyGems 3.5.9 and Bundler 2.5.9 (Fixed CI at Ruby 3.3) (#10348)Hiroshi SHIBATA
2024-02-05Merge RubyGems 3.5.5 and Bundler 2.5.5 (#9676)Hiroshi SHIBATA
2023-12-23Merge RubyGems-3.5.3 and Bundler-2.5.3Hiroshi SHIBATA
2023-12-22Merge RubyGems-3.5.2 and Bundler-2.5.2Hiroshi SHIBATA
2023-12-14[rubygems/rubygems] Warn for duplicate meta data linksDrew Stevenson
2023-12-13[rubygems/rubygems] Use match? when regexp match data is unusedSamuel Giddins
2023-12-13[rubygems/rubygems] Test if the user dir is used for auto user installationVít Ondruch
2023-12-13[rubygems/rubygems] Make sure `--no-user-install` is respected for auto user ...Vít Ondruch
2023-12-13[rubygems/rubygems] Vendor timeout in RubyGems tooDavid Rodríguez
2023-12-13[rubygems/rubygems] Vendor net-http and net-protocol in RubyGemsDavid Rodríguez
2023-12-12[rubygems/rubygems] Remove non-transparent requirement added to prerelease gemsDavid Rodríguez
2023-12-08[rubygems/rubygems] Extract generate_index command to rubygems-generate_index...Samuel Giddins
2023-12-07[rubygems/rubygems] Use modern hashes consistentlyDavid Rodríguez
2023-12-07[rubygems/rubygems] Make --build-root disable auto-user-install.Ellen Marie Dash
2023-12-07[rubygems/rubygems] Better approach to falling back to user installation when...David Rodríguez
2023-12-07[rubygems/rubygems] Add some early assertions to make sure the test is progre...David Rodríguez
2023-12-07[rubygems/rubygems] Use globals variables for standard input/outputVít Ondruch
2023-12-06[rubygems/rubygems] Gem::UpdateSuggestion uses Gem::CIDetectorEric Mueller
2023-12-06[rubygems/rubygems] Introduce the Gem::CIDetectorEric Mueller
2023-12-06[rubygems/rubygems] test_bundled_ca.rb: Add Net::OpenTimeout as a offline case.Jun Aruga
2023-12-05[rubygems/rubygems] Instead of checking writability, try to writeDavid Rodríguez
2023-12-05[rubygems/rubygems] Set specs as pending at the beginningDavid Rodríguez
2023-12-05[rubygems/rubygems] Simplify `--no-user-install` specDavid Rodríguez
2023-11-30[rubygems/rubygems] Only show "Defaulting to user installation" message when ...Ellen Marie Dash
2023-11-21[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-11-21[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-11-15[rubygems/rubygems] Make temp gem home independent of pwdDavid Rodríguez
2023-11-13[rubygems/rubygems] Explicitly define `@default_specifications_dir` for testsVít Ondruch
2023-11-13[rubygems/rubygems] Provide more insightful test error outputVít Ondruch
2023-11-13[rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in RubyGemsDavid Rodríguez
2023-11-13[rubygems/rubygems] Report possible error prior checking output of gem uninstallVít Ondruch
2023-11-09[rubygems/rubygems] Make the `test_build_extensions` more predictableVít Ondruch
2023-11-09[rubygems/rubygems] Use `extension_in_lib` helper instead of custom codeVít Ondruch
2023-11-08[rubygems/rubygems] Allow `--install-dir` to be specified together with `--us...Vít Ondruch
2023-11-08[rubygems/rubygems] Don't use `util_installer` for user installVít Ondruch
2023-11-08[rubygems/rubygems] Check for `:install_dir` precedence over `:user_install`Vít Ondruch
2023-11-08[rubygems/rubygems] Make the user installation less exceptionalVít Ondruch
2023-11-08[rubygems/rubygems] Remove kludge that should be unnecessary.Ellen Marie Dash
2023-11-08[rubygems/rubygems] Allow test_gem_install_update_options to raise Errno::ACC...Ellen Marie Dash
2023-10-26Revert "[ruby/prism] Use `cargo fmt`"Hiroshi SHIBATA