summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Make TracePoint#enable with block target current thread by defaultJeremy Evans2022-03-292-17/+42
* Update to ruby/spec@aaf998fBenoit Daloze2022-03-2841-55/+820
* Raise RuntimeError if Kernel#binding is called from a non-Ruby frameJeremy Evans2022-03-241-6/+15
* [rubygems/rubygems] Maybe this is now fixedDavid Rodríguez2022-03-241-2/+0
* Now all extension libraries must consider the ABI headerNobuyoshi Nakada2022-03-241-1/+4
* [rubygems/rubygems] Fix a test for `bin/bundle update --bundler` to pass on r...Jun Aruga2022-03-231-1/+4
* Fix Markdown syntax in spec/README.mdBenoit Daloze2022-03-211-1/+1
* Make Proc#parameters support lambda keyword for returning parameters as if la...Jeremy Evans2022-03-171-0/+15
* A positional Hash is not keyword arguments [Bug #18632]Nobuyoshi Nakada2022-03-171-2/+7
* spec: skip specs where set TZ environment variable for WASIYuta Saito2022-03-171-0/+1
* spec: disable a part of Kernel.open spec where spawns a process for WASIYuta Saito2022-03-171-1/+1
* spec: disable part of require_relative spec where uses symlink for WASIYuta Saito2022-03-171-1/+1
* spec: skip '~' test for wasi due to lack of shellYuta Saito2022-03-141-1/+1
* spec: skip ruby_exe tests for wasi due to lack of subprocessYuta Saito2022-03-142-0/+6
* clarify meaning of version guards for Unicode version specs [ci skip]Martin Dürst2022-03-142-12/+14
* Fix guards for unicode versions specsBenoit Daloze2022-03-132-10/+10
* comment out failing Unicode/Emoji version checks temporarilyMartin Dürst2022-03-132-10/+10
* update specs to check for Unicode Version 14.0.0/Emoji Version 14.0Martin Dürst2022-03-132-0/+12
* [rubygems/rubygems] Add newline to validate_platforms! message when platform ...Alex Gittemeier2022-03-081-1/+1
* [rubygems/rubygems] Make `--strict` flag of `update` and `outdated` commands ...David Rodríguez2022-03-061-12/+11
* sitelibdir makes no sense in ruby itselfNobuyoshi Nakada2022-03-042-0/+4
* Update to ruby/spec@82cd3a3Benoit Daloze2022-03-0316-72/+213
* Update to ruby/mspec@bd47c2aBenoit Daloze2022-03-038-14/+48
* spec: skip ext's extension spec for --with-static-linked-extYuta Saito2022-02-281-0/+1
* Merge RubyGems and Bundler masterHiroshi SHIBATA2022-02-2811-45/+43
* Deprecate the unintentional ability to parse `Symbol`Nobuyoshi Nakada2022-02-262-10/+1
* [rubygems/rubygems] Fix corrupted lockfile when using `gemspec` and multiple ...David Rodríguez2022-02-111-0/+63
* [rubygems/rubygems] Fix typo in multiple gemfiles warningSven Schwyn2022-02-101-2/+2
* [rubygems/rubygems] Skip "seller shipped" notification after deliveryDan Jensen2022-02-011-0/+25
* Sync latest Bundler & RubyGemsDavid Rodríguez2022-02-0111-45/+114
* Update to ruby/spec@902ab83Benoit Daloze2022-01-2856-137/+531
* Update to ruby/mspec@49adc2fBenoit Daloze2022-01-284-18/+37
* [rubygems/rubygems] Fix `force_ruby_platform` ignored when lockfile includes ...David Rodríguez2022-01-261-0/+14
* [rubygems/rubygems] Use Gem::Platform.local instead of RUBY_PLATFORMNgan Pham2022-01-261-4/+4
* [rubygems/rubygems] Fix spec to not touch the networkDavid Rodríguez2022-01-251-1/+3
* [rubygems/rubygems] Remove unnecessary commentDavid Rodríguez2022-01-251-3/+0
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2022-01-231-1/+1
* [rubygems/rubygems] Change generated namespaced test class name in minitestYusuke Nakamura2022-01-201-1/+1
* [rubygems/rubygems] Add spec to class name definition in newgem specYusuke Nakamura2022-01-201-0/+10
* [rubygems/rubygems] Update generated minitest file styleYusuke Nakamura2022-01-201-8/+10
* [rubygems/rubygems] Create minitest file to underscored path in "bundle gem" ...Yusuke Nakamura2022-01-201-4/+8
* Merge rubygems/rubygems HEAD.Hiroshi SHIBATA2022-01-198-49/+206
* [rubygems/rubygems] Fix regression with old marshaled specs having null requi...David Rodríguez2022-01-191-0/+53
* [rubygems/rubygems] Fix skipped spec on WindowsDavid Rodríguez2022-01-191-3/+1
* 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