summaryrefslogtreecommitdiff
path: root/test/rubygems
AgeCommit message (Expand)Author
2024-07-30[rubygems/rubygems] Always leave default gem executables aroundDavid Rodríguez
2024-07-29[rubygems/rubygems] Bump rb-sysdependabot[bot]
2024-07-19[rubygems/rubygems] Fix line comment issue for mapalpha0x00
2024-07-18[rubygems/rubygems] Fix unused variable warning when running RubyGems testsDavid Rodríguez
2024-07-18[rubygems/rubygems] Fix gemspec `require_paths` type validationDavid Rodríguez
2024-07-18[rubygems/rubygems] Remove unnecessary Windows test skipDavid Rodríguez
2024-07-17[rubygems/rubygems] Applied rubocopHiroshi SHIBATA
2024-07-17To avoid fd leak with fetch request for SSL serverHiroshi SHIBATA
2024-07-17Close leaked TCPServer socketHiroshi SHIBATA
2024-07-17Close leaked SSLServer socketHiroshi SHIBATA
2024-07-15[rubygems/rubygems] Bump rb-sysdependabot[bot]
2024-07-11[rubygems/rubygems] fix s3 source configuration issueDmitriy Ivliev
2024-07-09[rubygems/rubygems] Bump rb-sysdependabot[bot]
2024-07-09[rubygems/rubygems] Suppress SSLError warning because it's only for debugging.Hiroshi SHIBATA
2024-07-05[rubygems/rubygems] Restrict generic `arm` to only match 32-bit armなつき
2024-07-05[rubygems/rubygems] Use preferred add_dependency instead of add_runtime_depen...Jerome Dalbert
2024-07-04[rubygems/rubygems] Handle OpenSSL::SSL::SSLError in local https serverHiroshi SHIBATA
2024-07-04[rubygems/rubygems] Align code styles with rubocop and others.Hiroshi SHIBATA
2024-07-04[rubygems/rubygems] Correctly handling fetcher leakHiroshi SHIBATA
2024-07-04[rubygems/rubygems] Removed needless variableHiroshi SHIBATA
2024-07-04[rubygems/rubygems] YAML is always enabledHiroshi SHIBATA
2024-07-04[rubygems/rubygems] Removed unused gzip codeHiroshi SHIBATA
2024-07-04[rubygems/rubygems] Rewrite WEBrick server with TCPServer and ProxyHiroshi SHIBATA
2024-07-04[rubygems/rubygems] Rewrite WEBrick server with TCPServer and OpenSSL::SSL::S...Hiroshi SHIBATA
2024-07-04[rubygems/rubygems] Cleanup needless code from HTTP/HTTPS testsHiroshi SHIBATA
2024-07-04[rubygems/rubygems] Split HTTP tests and HTTPS testsHiroshi SHIBATA
2024-07-04[rubygems/rubygems] Extract tests with local HTTP/HTTPS server from TestGemRe...Hiroshi SHIBATA
2024-07-04[rubygems/rubygems] Extract tests with S3 resources from TestGemRemoteFetcherHiroshi SHIBATA
2024-06-26[rubygems/rubygems] Don't print warning about nil versions being discouraged ...David Rodríguez
2024-06-25[rubygems/rubygems] Add Specification#validate_for_resolutionThomas Marshall
2024-06-20[rubygems/rubygems] Add a regression test for previous `bundler update --bund...David Rodríguez
2024-06-20[rubygems/rubygems] Check if failed with the expected errorNobuyoshi Nakada
2024-06-20[rubygems/rubygems] Revert "Workaround for TruffleRuby that set `nil` to LIBR...Nobuyoshi Nakada
2024-06-19[rubygems/rubygems] Do not set previously unset valueNobuyoshi Nakada
2024-06-19[rubygems/rubygems] Workaround for TruffleRuby that set `nil` to LIBRUBY_RELA...Nobuyoshi Nakada
2024-06-19[rubygems/rubygems] Dump `RbConfig` elements to escape special charactersNobuyoshi Nakada
2024-06-18[rubygems/rubygems] Delete extra spaces left after rubocop autofixAlexey Schepin
2024-06-18[rubygems/rubygems] Disable `install_extension_in_lib` when cross-compilingYuta Saito
2024-06-18[rubygems/rubygems] Add `--target-rbconfig` option to `gem install` and `gem ...Yuta Saito
2024-06-14[rubygems/rubygems] Never remove executables that may belong to a default gemDavid Rodríguez
2024-06-14[rubygems/rubygems] Reuse `write_file` helperDavid Rodríguez
2024-06-13[rubygems/rubygems] Fix default gem priority when sorting specsDavid Rodríguez
2024-06-01Sychronize with rubygems/rubygems repoDavid Rodríguez
2024-05-31[rubygems/rubygems] Fix `gem uninstall` warning when two versions of psych in...David Rodriguez
2024-05-31[rubygems/rubygems] Extract a `spec` variableDavid Rodríguez
2024-05-31[rubygems/rubygems] Improve spec about `rubygems-update` in non default pathDavid Rodríguez
2024-05-31[rubygems/rubygems] Remove unnecessary resetDavid Rodríguez
2024-05-30Revert "[rubygems/rubygems] Fix `gem pristine` sometimes failing to pristine ...Hiroshi SHIBATA
2024-05-29[rubygems/rubygems] Fix `gem pristine` sometimes failing to pristine user ins...David Rodriguez
2024-05-20[rubygems/rubygems] Should rescue vendored net-http exceptionNobuyoshi Nakada