summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Fix spec failures on ruby 3.1Kazuhiro NISHIYAMA2022-01-151-1/+1
* Make Hash#shift return nil for empty hashJeremy Evans2022-01-141-10/+32
* Fix constant assignment evaluation orderJeremy Evans2022-01-141-9/+25
* Add a Module#const_added callbackJean Boussier2022-01-141-0/+125
* [rubygems/rubygems] Use `Fiddle` in `bundle doctor` to check for dynamic libr...Vyacheslav Alexeev2022-01-131-3/+3
* Update to ruby/spec@226cfdcBenoit Daloze2022-01-1042-84/+470
* Update to ruby/mspec@3ea3d32Benoit Daloze2022-01-102-2/+15
* Fix spec failure on ruby 3.1Kazuhiro NISHIYAMA2022-01-061-2/+2
* Remove Refinement#{extend_object,append_features,prepend_features}Jeremy Evans2022-01-053-0/+63
* Fix failures on ruby 3.1Kazuhiro NISHIYAMA2022-01-051-2/+2
* [rubygems/rubygems] Test the actual checksums of the mock gemsNobuyoshi Nakada2022-01-041-0/+7
* [rubygems/rubygems] Fix the test to use the mock gem pathNobuyoshi Nakada2022-01-041-3/+5
* [rubygems/rubygems] Append a newline to the checksum fileNobuyoshi Nakada2022-01-041-1/+1
* [rubygems/rubygems] Fix checksumNobuyoshi Nakada2022-01-041-0/+6
* Kernel#=~: delete卜部昌平2022-01-032-16/+18
* Remove deprecated Random::DEFAULT [Feature #17351]Nobuyoshi Nakada2022-01-011-9/+11
* Remove unnecessary Random::DEFAULT expectationsNobuyoshi Nakada2022-01-011-22/+0
* Add support for anonymous rest and keyword rest argument forwardingJeremy Evans2021-12-302-5/+22
* [rubygems/rubygems] Better way to join path componentsDavid Rodríguez2021-12-301-1/+1
* s/an Bignum/a Bignum/ [ci skip]Nobuyoshi Nakada2021-12-283-5/+5
* Remove obsolete Fixnum and BignumNobuyoshi Nakada2021-12-281-15/+17
* Skip testing --enable-all in MinGW for nowTakashi Kokubun2021-12-271-1/+3
* [rubygems/rubygems] Fix `bundle update --bundler` no longer updating lockfileDavid Rodríguez2021-12-281-0/+35
* [rubygems/rubygems] Run `bundle install` in verbose modeDavid Rodríguez2021-12-271-1/+1
* Track RubyGems 3.4.0dev and Bundler 2.4.0devHiroshi SHIBATA2021-12-275-62/+64
* [rubygems/rubygems] Don't add verbose flag so opaquely for realworld specsDavid Rodríguez2021-12-271-1/+0
* [rubygems/rubygems] Move setup to the spec that uses itDavid Rodríguez2021-12-271-9/+11
* [rubygems/rubygems] Remove unused includeDavid Rodríguez2021-12-271-2/+0
* [rubygems/rubygems] Remove the rest of the `RUBY_VERSION` monkeypatchingDavid Rodríguez2021-12-272-18/+23
* [rubygems/rubygems] Update some specs to pass ruby-head CIDavid Rodríguez2021-12-272-34/+44
* Postpone fix of lookbehind with ss characters tentativelyNobuyoshi Nakada2021-12-261-1/+1
* Remove Refinement#include and Refinement#prependNobuyoshi Nakada2021-12-261-17/+19
* Remove tainted and trusted featuresNobuyoshi Nakada2021-12-263-0/+12
* Merge RubyGems-3.3.3 and Bundler-2.3.3Hiroshi SHIBATA2021-12-251-0/+23
* Merge RubyGems-3.3.2 and Bundler-2.3.2Hiroshi SHIBATA2021-12-241-5/+2
* Merge RubyGems-3.3.1 and Bundler-2.3.1Hiroshi SHIBATA2021-12-2311-36/+30
* Reverts the accidental commits for rubygems/bundler.Hiroshi SHIBATA2021-12-221-22/+2
* [rubygems/rubygems] Fix error when gem specified twice in gemfile under diffe...David Rodríguez2021-12-221-0/+16
* [rubygems/rubygems] These commands shouldn't be failing, just warningDavid Rodríguez2021-12-221-2/+6
* Merge RubyGems-3.3.0 and Bundler-2.3.0Hiroshi SHIBATA2021-12-219-125/+163
* [rubygems/rubygems] Print warning when running potentially problematic rubyge...David Rodríguez2021-12-211-0/+1
* [rubygems/rubygems] Rename `BUNDLE_SPEC_RUN` environment variableDavid Rodríguez2021-12-212-9/+9
* Remove Class#descendantsJeremy Evans2021-12-201-38/+0
* [rubygems/rubygems] Error tracing should be printed to stderrDavid Rodríguez2021-12-202-2/+6
* skip -v spec on MJITKoichi Sasada2021-12-191-1/+2
* [rubygems/rubygems] Improve errors a bit moreDavid Rodríguez2021-12-173-9/+24
* [rubygems/rubygems] Share gem not found logic with transitive dependencies tooDavid Rodríguez2021-12-171-0/+21
* [rubygems/rubygems] Fix crash when no matching variants are found for the cur...David Rodríguez2021-12-171-0/+20
* [rubygems/rubygems] Improve resolver error messagesDavid Rodríguez2021-12-172-5/+5
* Restore the global random seedNobuyoshi Nakada2021-12-161-0/+8