aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)Samuel Williams2022-12-082-6/+19
* Update spec/bundler/bundler/fetcher/compact_index_spec.rbAaron Patterson2022-12-071-2/+0
* Stop transitioning to UNDEF when undefining an instance variableAaron Patterson2022-12-071-0/+2
* update rbconfig spec to Unicode version 15.0.0Martin Dürst2022-12-062-4/+4
* Remove unguaranteed assertion [ci skip]Nobuyoshi Nakada2022-12-031-6/+0
* UnboundMethod only refer defined_classKoichi Sasada2022-12-034-17/+58
* Skip examples for SyntaxError extensions on Ruby 3.2Hiroshi SHIBATA2022-12-021-0/+4
* [Bug #19087] Merge to "trailing garbage" caseNobuyoshi Nakada2022-12-021-6/+3
* [Bug #19087] Fix an assertion of `String#to_c`Nobuyoshi Nakada2022-12-021-2/+4
* Update SyntaxSuggest to use angle brackets `>`schneems2022-11-306-50/+50
* [ruby/syntax_suggest] Do not output "Syntax OK" when there's an errorschneems2022-11-282-2/+2
* [ruby/syntax_suggest] Failing test for #157schneems2022-11-281-0/+16
* Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderangeJeremy Evans2022-11-241-7/+21
* Use valid tokens as cookie namesNobuyoshi Nakada2022-11-222-11/+11
* Fixup spec/ruby/optional/capi/rbasic_spec.rb for mswinMSP-Greg2022-11-212-2/+2
* Update RSpec gemsDavid Rodríguez2022-11-151-6/+9
* Deal with different Ruby versionsTakashi Kokubun2022-11-121-2/+10
* Fix a CI failure in bigdecimalTakashi Kokubun2022-11-121-1/+1
* Migrate our resolver engine to PubGrubHiroshi SHIBATA2022-11-1215-239/+181
* Merge RubyGems/Bundler master from ee2f8398324af4bc1b95f7565ce2fda98126e026Hiroshi SHIBATA2022-11-113-0/+63
* [rubygems/rubygems] Update bundler/spec/bundler/shared_helpers_spec.rbYusuke Endoh2022-11-101-1/+1
* [rubygems/rubygems] Load "bundler/setup" in lib/rubygems.rbYusuke Endoh2022-11-101-0/+7
* [rubygems/rubygems] Add tests for universal Ruby with arch-specific prebuilt ...Bo Anderson2022-11-083-0/+88
* Thread#native_thread_id is very platform specificNobuyoshi Nakada2022-11-081-1/+3
* Update to ruby/spec@740ccc8Benoit Daloze2022-11-07110-831/+1274
* Update to ruby/mspec@1e16420Benoit Daloze2022-11-071-4/+22
* Revert jobserver handling in specNobuyoshi Nakada2022-11-072-22/+6
* Let other test runners follow the change of GNU make 4.4 jobserverNobuyoshi Nakada2022-11-072-6/+22
* Skip `File.atime`/`File.mtime` tests randomly failing on TravisNobuyoshi Nakada2022-10-242-9/+11
* [Bug #19004] `Complex.polar` handles complex singular `abs` argumentStephen Ierodiaconou2022-10-231-0/+16
* Range#size returns nil for (.."a") and (nil..)Yusuke Endoh2022-10-211-5/+22
* Add Class#attached_objectUfuk Kayserilioglu2022-10-201-0/+31
* Followed up CVE-2022-39253 for bundler examplesHiroshi SHIBATA2022-10-203-0/+15
* Transition frozen string to frozen root shapeJemma Issroff2022-10-191-1/+1
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-10-188-47/+89
* [rubygems/rubygems] Fix bad spec wordingDavid Rodríguez2022-10-181-1/+1
* [rubygems/rubygems] Extract matcher for slow perf specDavid Rodríguez2022-10-182-7/+13
* [rubygems/rubygems] Simplify SpecGroup creationDavid Rodríguez2022-10-181-1/+1
* thread_sync.c: Clarify and document the behavior of timeout == 0Jean Boussier2022-10-172-1/+14
* Skip utime example with Intel C Compiler suiteHiroshi SHIBATA2022-10-131-5/+9
* Ignore excessive precisionsNobuyoshi Nakada2022-10-103-3/+3
* Add spec for `Coverage.supported?` and `start(eval: true)`. (#6499)Samuel Williams2022-10-081-5/+25
* Add IO#timeout attribute and use it for blocking IO operations. (#5653)Samuel Williams2022-10-071-1/+9
* Introduce `Fiber.blocking{}` for bypassing the fiber scheduler. (#6498)Samuel Williams2022-10-061-0/+17
* [rubygems/rubygems] Fix little UI issue when bundler shows duplicated gems in...David Rodríguez2022-10-061-0/+18
* [rubygems/rubygems] Make sure RSpec diffs don't omit the different partDavid Rodríguez2022-10-041-0/+2
* [rubygems/rubygems] Copy template contents instead of file and permsVictor Gama2022-10-032-0/+27
* Add Data class implementation: Simple immutable value objectVictor Shepelev2022-09-301-1/+13
* Add specs for {Method,UnboundMethod}#owner of a zsuper methodBenoit Daloze2022-09-292-0/+13
* Fix {Method,UnboundMethod}#super_method for zsuper methodsBenoit Daloze2022-09-292-22/+9