summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2022-04-01Revert "Raise RuntimeError if Kernel#binding is called from a non-Ruby frame"Jeremy Evans
2022-03-30Do not autosplat array in block call just because keywords acceptedJeremy Evans
2022-03-29Fix spec descriptionJeremy Evans
2022-03-29Make TracePoint#enable with block target current thread by defaultJeremy Evans
2022-03-28Update to ruby/spec@aaf998fBenoit Daloze
2022-03-24Raise RuntimeError if Kernel#binding is called from a non-Ruby frameJeremy Evans
2022-03-24[rubygems/rubygems] Maybe this is now fixedDavid Rodríguez
2022-03-24Now all extension libraries must consider the ABI headerNobuyoshi Nakada
2022-03-23[rubygems/rubygems] Fix a test for `bin/bundle update --bundler` to pass on r...Jun Aruga
2022-03-21Fix Markdown syntax in spec/README.mdBenoit Daloze
2022-03-17Make Proc#parameters support lambda keyword for returning parameters as if la...Jeremy Evans
2022-03-17A positional Hash is not keyword arguments [Bug #18632]Nobuyoshi Nakada
2022-03-17spec: skip specs where set TZ environment variable for WASIYuta Saito
2022-03-17spec: disable a part of Kernel.open spec where spawns a process for WASIYuta Saito
2022-03-17spec: disable part of require_relative spec where uses symlink for WASIYuta Saito
2022-03-14spec: skip '~' test for wasi due to lack of shellYuta Saito
2022-03-14spec: skip ruby_exe tests for wasi due to lack of subprocessYuta Saito
2022-03-14clarify meaning of version guards for Unicode version specs [ci skip]Martin Dürst
2022-03-13Fix guards for unicode versions specsBenoit Daloze
2022-03-13comment out failing Unicode/Emoji version checks temporarilyMartin Dürst
2022-03-13update specs to check for Unicode Version 14.0.0/Emoji Version 14.0Martin Dürst
2022-03-08[rubygems/rubygems] Add newline to validate_platforms! message when platform ...Alex Gittemeier
2022-03-06[rubygems/rubygems] Make `--strict` flag of `update` and `outdated` commands ...David Rodríguez
2022-03-04sitelibdir makes no sense in ruby itselfNobuyoshi Nakada
2022-03-03Update to ruby/spec@82cd3a3Benoit Daloze
2022-03-03Update to ruby/mspec@bd47c2aBenoit Daloze
2022-02-28spec: skip ext's extension spec for --with-static-linked-extYuta Saito
2022-02-28Merge RubyGems and Bundler masterHiroshi SHIBATA
2022-02-26Deprecate the unintentional ability to parse `Symbol`Nobuyoshi Nakada
2022-02-11[rubygems/rubygems] Fix corrupted lockfile when using `gemspec` and multiple ...David Rodríguez
2022-02-10[rubygems/rubygems] Fix typo in multiple gemfiles warningSven Schwyn
2022-02-01[rubygems/rubygems] Skip "seller shipped" notification after deliveryDan Jensen
2022-02-01Sync latest Bundler & RubyGemsDavid Rodríguez
2022-01-28Update to ruby/spec@902ab83Benoit Daloze
2022-01-28Update to ruby/mspec@49adc2fBenoit Daloze
2022-01-26[rubygems/rubygems] Fix `force_ruby_platform` ignored when lockfile includes ...David Rodríguez
2022-01-26[rubygems/rubygems] Use Gem::Platform.local instead of RUBY_PLATFORMNgan Pham
2022-01-25[rubygems/rubygems] Fix spec to not touch the networkDavid Rodríguez
2022-01-25[rubygems/rubygems] Remove unnecessary commentDavid Rodríguez
2022-01-23Fix a typo [ci skip]Kazuhiro NISHIYAMA
2022-01-20[rubygems/rubygems] Change generated namespaced test class name in minitestYusuke Nakamura
2022-01-20[rubygems/rubygems] Add spec to class name definition in newgem specYusuke Nakamura
2022-01-20[rubygems/rubygems] Update generated minitest file styleYusuke Nakamura
2022-01-20[rubygems/rubygems] Create minitest file to underscored path in "bundle gem" ...Yusuke Nakamura
2022-01-19Merge rubygems/rubygems HEAD.Hiroshi SHIBATA
2022-01-19[rubygems/rubygems] Fix regression with old marshaled specs having null requi...David Rodríguez
2022-01-19[rubygems/rubygems] Fix skipped spec on WindowsDavid Rodríguez
2022-01-15Fix spec failures on ruby 3.1Kazuhiro NISHIYAMA
2022-01-14Make Hash#shift return nil for empty hashJeremy Evans
2022-01-14Fix constant assignment evaluation orderJeremy Evans