summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
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
2022-01-14Add a Module#const_added callbackJean Boussier
2022-01-13[rubygems/rubygems] Use `Fiddle` in `bundle doctor` to check for dynamic libr...Vyacheslav Alexeev
2022-01-10Update to ruby/spec@226cfdcBenoit Daloze
2022-01-10Update to ruby/mspec@3ea3d32Benoit Daloze
2022-01-06Fix spec failure on ruby 3.1Kazuhiro NISHIYAMA
2022-01-05Remove Refinement#{extend_object,append_features,prepend_features}Jeremy Evans
2022-01-05Fix failures on ruby 3.1Kazuhiro NISHIYAMA
2022-01-04[rubygems/rubygems] Test the actual checksums of the mock gemsNobuyoshi Nakada
2022-01-04[rubygems/rubygems] Fix the test to use the mock gem pathNobuyoshi Nakada
2022-01-04[rubygems/rubygems] Append a newline to the checksum fileNobuyoshi Nakada
2022-01-04[rubygems/rubygems] Fix checksumNobuyoshi Nakada
2022-01-03Kernel#=~: delete卜部昌平
2022-01-01Remove deprecated Random::DEFAULT [Feature #17351]Nobuyoshi Nakada
2022-01-01Remove unnecessary Random::DEFAULT expectationsNobuyoshi Nakada
2021-12-30Add support for anonymous rest and keyword rest argument forwardingJeremy Evans