summaryrefslogtreecommitdiff
path: root/test/rubygems
AgeCommit message (Expand)Author
2022-11-11Merge RubyGems/Bundler master from ee2f8398324af4bc1b95f7565ce2fda98126e026v3_2_0_preview3Hiroshi SHIBATA
2022-11-11[rubygems/rubygems] Store last check even when upgrade is not available and f...Josef Šimánek
2022-11-11[rubygems/rubygems] Use file in XDG_STATE_HOME directory to store last update...Josef Šimánek
2022-11-11[rubygems/rubygems] Add 'call for update' to RubyGems install command.Josef Šimánek
2022-11-11[rubygems/rubygems] github source should default to secure protocolJason Karns
2022-11-07[rubygems/rubygems] Fix rubocop violationsPeter Zhu
2022-11-07[rubygems/rubygems] Drop support for HP-UXPeter Zhu
2022-11-02[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2022-11-01[rubygems/rubygems] Bump rb-sysdependabot[bot]
2022-10-25[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2022-10-24[rubygems/rubygems] Bump rb-sysdependabot[bot]
2022-10-19[rubygems/rubygems] Use [] instead of double-quotes Hiroshi SHIBATA
2022-10-19Bypass git submodule add/update with git config protocol.file.allow=always op...Hiroshi SHIBATA
2022-10-18Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-10-18[rubygems/rubygems] TestGemSecuritySigner#test_sign: Correct the expectation ...Jarek Prokop
2022-10-18[rubygems/rubygems] TestGemSecurity#test_class_re_sign: Correct signature alg...Jarek Prokop
2022-10-18[rubygems/rubygems] Set Subject Key Identifier in test to correspond to the n...Jarek Prokop
2022-10-11[rubygems/rubygems] Bump rb-sysdependabot[bot]
2022-10-11[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2022-10-03[rubygems/rubygems] Revert "Cleaup unnecessary code"David Rodríguez
2022-10-01[rubygems/rubygems] Fix matching of eabihf platformsDavid Rodríguez
2022-10-01[rubygems/rubygems] Fix matching of linux platforms with eabi modifiersDavid Rodríguez
2022-09-30[rubygems/rubygems] Prevent a "warning: assigned but unused variable - data"Yusuke Endoh
2022-09-29[rubygems/rubygems] Refine error message to check the push URL instead of jus...Jenny Shen
2022-09-29[rubygems/rubygems] Refactor tests to use Net::HTTPResponse instances for fet...Jenny Shen
2022-09-29[rubygems/rubygems] Surface entire redirect uri in permanent redirectionsJenny Shen
2022-09-29[rubygems/rubygems] Add error message when api response is a permanent redirectJenny Shen
2022-09-29[rubygems/rubygems] Put bundler gemspec stub at the right placeDavid Rodríguez
2022-09-29[rubygems/rubygems] Only activate bundler when neededDavid Rodríguez
2022-09-29[rubygems/rubygems] Test a pure RubyGems methodDavid Rodríguez
2022-09-29[rubygems/rubygems] Little refactor to keep things consistentDavid Rodríguez
2022-09-29[rubygems/rubygems] Remove unnecessary `ensure`David Rodríguez
2022-09-29[rubygems/rubygems] Require bundler consistentlyDavid Rodríguez
2022-09-29[rubygems/rubygems] Remove unnecessary constantDavid Rodríguez
2022-09-29[rubygems/rubygems] Cleaup unnecessary codeDavid Rodríguez
2022-09-29[rubygems/rubygems] Unskip stuff that now works on JRubyDavid Rodríguez
2022-09-28[rubygems/rubygems] Force "master" to be used regardless of `init.defaultBran...David Rodríguez
2022-09-28[rubygems/rubygems] fix: Gem::Platform.match handles String argument properlyMike Dalessio
2022-09-15[rubygems/rubygems] Mask the file mode when extracting filesKevin Newton
2022-09-09[rubygems/rubygems] Fix resolution on non-musl platformsDavid Rodríguez
2022-09-08Resync Bundler & RubyGemsDavid Rodríguez
2022-09-07[rubygems/rubygems] Fix: Gem info bug with version flagAntonio Paulino
2022-09-05Merge https://github.com/rubygems/rubygems/commit/16c3535413afebcdbab7582c601...Hiroshi SHIBATA
2022-09-01[rubygems/rubygems] Support non gnu libc arm-linux-eabi platformsなつき
2022-08-30[rubygems/rubygems] Let `Dir.tmpdir` use the standard pathDavid Rodríguez
2022-08-29Revert "Chect what remains in TMPDIR"Yusuke Endoh
2022-08-29Chect what remains in TMPDIRYusuke Endoh
2022-08-27Pass wait: false to avoid a timeoutTakashi Kokubun
2022-08-27Try to prevent the failure of FileUtils.rm_rfTakashi Kokubun
2022-08-27Ignore rm -rf failureTakashi Kokubun