summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Update to ruby/spec@5e48206Benoit Daloze2023-01-053-6/+2
* Update to ruby/spec@7e680faBenoit Daloze2023-01-052-3/+4
* * remove trailing spaces, append newline at EOF. [ci skip]git2023-01-054-4/+4
* Update to ruby/spec@9d69b95Benoit Daloze2023-01-05113-236/+1954
* Update to ruby/mspec@fef9b81Benoit Daloze2023-01-051-1/+1
* [rubygems/rubygems] Raise invalid option when bundle open --path is called wi...yoka2023-01-041-0/+5
* [rubygems/rubygems] Enhance bundle open with --path optionyoka2023-01-041-0/+53
* Make IO#set_encoding with binary external encoding use nil internal encodingJeremy Evans2023-01-011-6/+18
* numeric.c: Fix round_half_even for specific values (#7023)Kenta Murata2022-12-261-1/+1
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-12-262-2/+2
* Skip insanely memory consuming testsNobuyoshi Nakada2022-12-263-2/+6
* Skip some examples for Ruby 3.3Hiroshi SHIBATA2022-12-265-5/+5
* Update Bundler to 2.4.1 & and RubyGems to 3.4.1David Rodríguez2022-12-253-0/+57
* Windows: Prefer USERPROFILE over HOMEPATHLars Kanis2022-12-241-0/+17
* Windows: Fix encoding of Dir.homeLars Kanis2022-12-241-0/+11
* Merge RubyGems-3.4.0 and Bundler-2.4.0Hiroshi SHIBATA2022-12-248-24/+332
* Removed the needless test guard for syntax_suggest.Hiroshi SHIBATA2022-12-231-4/+0
* [ruby/syntax_suggest] Remove debug printNobuyoshi Nakada2022-12-231-1/+1
* [ruby/syntax_suggest] Should not hardcode ruby nameNobuyoshi Nakada2022-12-231-9/+10
* Always issue deprecation warning when calling Regexp.new with 3rd positional ...Jeremy Evans2022-12-221-39/+43
* Ensure Fiber storage is only accessed from the Fiber it belongs toBenoit Daloze2022-12-201-13/+13
* Never use the storage of another Fiber, that violates the whole designBenoit Daloze2022-12-201-8/+0
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-12-203-20/+103
* [rubygems/rubygems] fixMark Burns2022-12-201-0/+46
* [rubygems/rubygems] Turn `--ext` option into string. Deprecate usage without ...Josef Šimánek2022-12-201-6/+25
* [rubygems/rubygems] Use safe Marshal deserialization for dependency API respo...Josef Šimánek2022-12-202-1/+21
* [rubygems/rubygems] Fix crash when building resolution errors with OR require...David Rodríguez2022-12-201-0/+39
* [rubygems/rubygems] Add tests for bundle lockMichael Siegfried2022-12-201-1/+30
* [rubygems/rubygems] Test the public interfaceMichael Siegfried2022-12-201-55/+60
* [rubygems/rubygems] Support for pre flag in `bundle update`Michael Siegfried2022-12-201-1/+30
* [rubygems/rubygems] Fix crash when lockfile is missing dependenciesDavid Rodríguez2022-12-202-34/+53
* [rubygems/rubygems] Add bundle lock --update --bundlerAlyssa Ross2022-12-181-0/+20
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-12-1553-464/+619
* Remove `require 'io/wait'` where it's no longer necessary. (#6932)Samuel Williams2022-12-152-2/+6
* [rubygems/rubygems] Use better matcherDavid Rodríguez2022-12-131-1/+1
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-12-1218-92/+83
* Add spec for fiber storage. (#6896)Samuel Williams2022-12-101-0/+111
* Clean up a temporary fileNobuyoshi Nakada2022-12-091-1/+4
* [Bug #19167] Remove useless conversion of classes for special constNobuyoshi Nakada2022-12-091-3/+5
* Added condition for ruby/ruby repositoryHiroshi SHIBATA2022-12-091-1/+5
* Merge syntax_suggest masterHiroshi SHIBATA2022-12-092-8/+34
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-12-0912-46/+176
* 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