summaryrefslogtreecommitdiff
path: root/test/rubygems
AgeCommit message (Expand)Author
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
2023-10-26[ruby/prism] Use `cargo fmt`Ian Ker-Seymer
2023-10-25[rubygems/rubygems] Raise exception on unexpected EOF in marshalSamuel Giddins
2023-10-23[rubygems/rubygems] Ignore non-tar format `.gem` files during searchdearblue
2023-10-21[rubygems/rubygems] Gem::NameTuple equality ignores Gem::Platform/string plat...Martin Emde
2023-10-18[rubygems/rubygems] Allow uninstalling multiple versions of same gemKyle Stevens
2023-10-16[rubygems/rubygems] Remove kludge that should be unnecessary.Ellen Marie Dash
2023-10-11[rubygems/rubygems] Simplify logic for Gem::PathSupport#home, and make GEM_HO...Ellen Marie Dash
2023-10-11[rubygems/rubygems] Allow test_gem_install_update_options to raise Errno::ACC...Ellen Marie Dash
2023-10-11[rubygems/rubygems] Update tests to match new implementation of falling back ...Ellen Marie Dash
2023-10-11[rubygems/rubygems] [test_gem_install_update_options.rb] Fix linter warnings.Ellen Marie Dash
2023-10-11[rubygems/rubygems] If GEM_HOME exists + isn't writable, use --user-install.Ellen Marie Dash
2023-10-03[rubygems/rubygems] Fix typo: eglible -> eligible.Josef Šimánek
2023-09-30[rubygems/rubygems] Update SPDX list and warn on deprecated identifiers.Josef Šimánek
2023-09-25[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-09-25[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-09-21[rubygems/rubygems] Fix safe marshal test on jrubySamuel Giddins
2023-09-21[rubygems/rubygems] Remove usage of Dir.chdir that just execute a subprocessSamuel Giddins
2023-09-21[rubygems/rubygems] Freeze more strings in generated gemspecsSamuel Giddins
2023-09-21[rubygems/rubygems] Aggressively optimize allocations in SafeMarshalSamuel Giddins
2023-09-20[rubygems/rubygems] Give up, load Time via Marshal.loadSamuel Giddins
2023-09-20[rubygems/rubygems] Ruby 2.6 compatSamuel Giddins
2023-09-20[rubygems/rubygems] All rubies working with different time zonesSamuel Giddins
2023-09-20[rubygems/rubygems] Tests passing on truffleruby 22 in addition to 23Samuel Giddins
2023-09-20[rubygems/rubygems] safe_load tests passing on jruby & trufflerubySamuel Giddins
2023-09-20[rubygems/rubygems] Verified working on mri/jruby/truffleruby with specs on r...Samuel Giddins
2023-09-20[rubygems/rubygems] Broader version compatibility in marshal testsSamuel Giddins
2023-09-20[rubygems/rubygems] Fix UTC time loadingSamuel Giddins
2023-09-20[rubygems/rubygems] Add a Marshal.load replacement that walks an AST to safel...Samuel Giddins
2023-09-11[rubygems/rubygems] Fixed false positive SymlinkError in symbolic link directorynegi0109
2023-08-21[rubygems/rubygems] Confirm verification warningsNobuyoshi Nakada
2023-08-20[rubygems/rubygems] Use assert_raise instead of assert_raisesSamuel Giddins
2023-08-20[rubygems/rubygems] Ensure that loading multiple gemspecs with legacy YAML cl...Samuel Giddins
2023-08-19[rubygems/rubygems] Fix leaked tempfilesNobuyoshi Nakada
2023-08-18[rubygems/rubygems] Make nil a valid license specJohn Hong
2023-08-17[rubygems/rubygems] Raise Gem::Package::FormatError on EOF, indicating corrup...Martin Emde
2023-08-07[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-08-07[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-07-28[rubygems/rubygems] Add charset to Webauthn response content-typeJenny Shen
2023-07-28[rubygems/rubygems] Create MockServer object to test WebAuthn logic to preven...Jenny Shen