summaryrefslogtreecommitdiff
path: root/test/rubygems
AgeCommit message (Expand)Author
2022-01-19[rubygems/rubygems] Don't pass regexp to `Gem::Dependeny.new` from list, sear...David Rodríguez
2022-01-19Merge rubygems/rubygems HEAD.Hiroshi SHIBATA
2022-01-19[rubygems/rubygems] Normalize end alignment style with BundlerDavid Rodríguez
2022-01-15[rubygems/rubygems] Fix `gem update --system` for already installed version ...loadkpi
2022-01-15[rubygems/rubygems] Support binstubs with `--enable-load-relative` prologDavid Rodríguez
2022-01-15[rubygems/rubygems] Privatize some test utilsDavid Rodríguez
2022-01-14[rubygems/rubygems] Remove redundant conditionBenoit Daloze
2022-01-13[rubygems/rubygems] Let Version#spaceship accept a StringAkira Matsuda
2022-01-06[rubygems/rubygems] Fix suggestions flagximenasandoval
2022-01-06[rubygems/rubygems] Let fetch understand gem:version syntaxximenasandoval
2022-01-06[rubygems/rubygems] Fix `gem install <non-existent-gem> --force` crashDavid Rodríguez
2022-01-05[rubygems/rubygems] Fix race conditon on JRubyDavid Rodríguez
2021-12-27[rubygems/rubygems] Don't crash when updating to an unsupported `rubygems-upd...David Rodríguez
2021-12-24Merge RubyGems-3.3.2 and Bundler-2.3.2Hiroshi SHIBATA
2021-12-23Merge RubyGems-3.3.1 and Bundler-2.3.1Hiroshi SHIBATA
2021-12-21[rubygems/rubygems] Skip find_in_unresolved_tree test for TruffleRuby due to ...Brandon Fish
2021-12-15Skip test_operating_system_customizing_default_dir for failing with rubyciHiroshi SHIBATA
2021-12-15[rubygems/rubygems] Pass `:bimode` explicitly to `File.open`David Rodríguez
2021-12-15[rubygems/rubygems] Extract a helper to temporarily modify internal encodingDavid Rodríguez
2021-12-15[rubygems/rubygems] Unify duplicated helperDavid Rodríguez
2021-12-15Skip s390x because Travis CI was failing with unknown reasonHiroshi SHIBATA
2021-12-15Merge RubyGems and Bundler masterHiroshi SHIBATA
2021-12-13Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun
2021-12-10[rubygems/rubygems] Properly fetch Gem#latest_spec_for with multiple sourcesKevin Logan
2021-12-09[rubygems/rubygems] Don't load system rubygems during testsDavid Rodríguez
2021-12-06[rubygems/rubygems] Allow using `Gem::Version` without loading the rest of ru...David Rodríguez
2021-12-06[rubygems/rubygems] Fix incorrect quotingDavid Rodríguez
2021-12-06[rubygems/rubygems] add login & logout for the signin & signout commands resp...Colby Swandale
2021-12-06[rubygems/rubygems] LOAD_PATH is already reset globallyDavid Rodríguez
2021-12-06[rubygems/rubygems] Remove unneded setupDavid Rodríguez
2021-12-05[rubygems/rubygems] Don't write outside of destdir when regenerating pluginsDavid Rodríguez
2021-12-05[rubygems/rubygems] Don't write outside of destdir when installing default bu...David Rodríguez
2021-12-02[rubygems/rubygems] Provide distinguished name which will be correctly parsed.Vít Ondruch
2021-12-01Merge rubygems master fd676ac464491afaa0baf5435cb11b3f86229cbdHiroshi SHIBATA
2021-11-30[rubygems/rubygems] Fix race condition when reading & writing gemspecs concur...David Rodríguez
2021-11-30[rubygems/rubygems] Revert "Remove spec file before building"David Rodríguez
2021-11-30[rubygems/rubygems] Run hooks tests on gemspecs not already installedDavid Rodríguez
2021-11-18[rubygems/rubygems] `Gem::Specification.reset` already clears loaded spec cacheDavid Rodríguez
2021-11-16Merge the master branch of rubygems repoHiroshi SHIBATA
2021-11-09[rubygems/rubygems] Remove more unused stuff from make command parsingDavid Rodríguez
2021-11-09[rubygems/rubygems] This method is never passed a blockDavid Rodríguez
2021-11-09[rubygems/rubygems] Fix assert_contains_make_command on make defined by envir...Jun Aruga
2021-11-09[rubygems/rubygems] Improve error message when make command doesn't matchDavid Rodríguez
2021-11-05[rubygems/rubygems] Fix `ruby setup.rb` command when `--prefix` is passedDavid Rodríguez
2021-11-05[rubygems/rubygems] Bin dir should fall inside destdirDavid Rodríguez
2021-11-05[rubygems/rubygems] Remove unnecessary test setupDavid Rodríguez
2021-11-05[rubygems/rubygems] Simplify `--destdir` testDavid Rodríguez
2021-11-05[rubygems/rubygems] Refactor setup tests to not always pass `--prefix`David Rodríguez
2021-11-05[rubygems/rubygems] Don't apply `--destdir` twice when running `setup.rb`Alyssa Ross
2021-11-04[rubygems/rubygems] Fix typosNobuyoshi Nakada