summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-18Manually cherry-picked at https://github.com/rubygems/rubygems/commit/80260b3...Hiroshi SHIBATA
2020-06-18[rubygems/rubygems] Remove unnecessary `bundle install`David Rodríguez
2020-06-18[rubygems/rubygems] Make helpers raise by defaultDavid Rodríguez
2020-06-18[rubygems/rubygems] Fix a couple of specs that were loading an incorrect bundlerDavid Rodríguez
2020-06-18[rubygems/rubygems] Change spec to do the right thing on bundler 3David Rodríguez
2020-06-18[rubygems/rubygems] Fix some sudo specs to do the right thing on bundler 3David Rodríguez
2020-06-18[rubygems/rubygems] Fix spec to test the right thing on bundler 3David Rodríguez
2020-06-18[rubygems/rubygems] Remove bad `bundle install`David Rodríguez
2020-06-18[rubygems/rubygems] Simplify `bundle update --ruby` specsDavid Rodríguez
2020-06-18[rubygems/rubygems] Fix redundant commandsDavid Rodríguez
2020-06-18[rubygems/rubygems] Fix unintended Gemfile installationDavid Rodríguez
2020-06-18[rubygems/rubygems] Remove failing command that doesn't affect the specDavid Rodríguez
2020-06-18[rubygems/rubygems] Remove broken testDavid Rodríguez
2020-06-18[rubygems/rubygems] Fix silently broken specDavid Rodríguez
2020-06-18[rubygems/rubygems] Remove incorrect tagsDavid Rodríguez
2020-06-18[rubygems/rubygems] Migrate some specs to use "the new way"David Rodríguez
2020-06-18[rubygems/rubygems] s/rails_fail/rails_pinned_to_old_activesupport/David Rodríguez
2020-06-18[rubygems/rubygems] Fix `only_update_to_newer_versions` regressionDavid Rodríguez
2020-06-18[DOC] Added Exception.exception to Exception.new [ci skip]Nobuyoshi Nakada
2020-06-18Read in ASCII-8BIT to get rid of invalid encoding errorNobuyoshi Nakada
2020-06-18test/webrick/test_filehandler.rb: implicitly fall back to UTF-8Yusuke Endoh
2020-06-18test/webrick/test_filehandler.rb: remove unused variableYusuke Endoh
2020-06-18test/webrick/test_filehandler.rb: no `.encode("filesystem")` if US-ASCIIYusuke Endoh
2020-06-18Revert "[DOC] Added Exception.exception to Exception.new [ci skip]"Yusuke Endoh
2020-06-18test/webrick/test_filehandler.rb: Second try to fix the CI errorYusuke Endoh
2020-06-18[DOC] Added Exception.exception to Exception.new [ci skip]Nobuyoshi Nakada
2020-06-18[DOC] argument to Exception#excepton is optional [ci skip]Nobuyoshi Nakada
2020-06-18$(PREP) is needed to run $(MINIRUBY)Nobuyoshi Nakada
2020-06-18* 2020-06-18 [ci skip]git
2020-06-17Remove obsoleted opt_call_c_function insn (#3232)Takashi Kokubun
2020-06-17test/rubygems/test_gem_package.rb: Skip a test when TMPDIR is too longYusuke Endoh
2020-06-17Speed up setup test by not installing docsDavid Rodríguez
2020-06-17Skip `test_gem_package_task` if `rake` not presentDavid Rodríguez
2020-06-17Simplify handling of a `LoadError`David Rodríguez
2020-06-17Remove unnecessary explicit `rake` activationDavid Rodríguez
2020-06-17Remove unnecessary stuff from base test caseDavid Rodríguez
2020-06-17Tweaks to play nicer with ruby-core parallelized testsDavid Rodríguez
2020-06-17Make sure to only reset "dummy" $LOADED_FEATURESDavid Rodríguez
2020-06-17Make sure tmp folder exists before calling `Dir.tmpdir`David Rodríguez
2020-06-17Revert "Revert "[rubygems/rubygems] Use a local temporary directory""David Rodríguez
2020-06-17Remove unneeded codeDavid Rodríguez
2020-06-17Show filesystem encoding in failure messageKazuhiro NISHIYAMA
2020-06-17rb_method_name_error: delete unused code卜部昌平
2020-06-17Replaced accessors of `Struct` with `invokebuiltin`Nobuyoshi Nakada
2020-06-17ISeq created with callback is special, translation cannot be appliedKoichi Sasada
2020-06-16Assert iclass property and remove dead codeAlan Wu
2020-06-17* 2020-06-17 [ci skip]git
2020-06-16Remove unused else if statements in int_even_p func (#3220)S.H
2020-06-16Fix the ArgumentError message in shellsplitAkinori MUSHA
2020-06-16Improve the document of ShellwordsAkinori MUSHA