aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Marshal.load: also freeze extended objectsJean Boussier2023-02-131-0/+20
* [DOC] Move old ChangeLog files to doc/ChangeLog (#7293)Takashi Kokubun2023-02-102-2/+2
* [rubygems/rubygems] Avoid crashing with a corrupted lockfileDaniel Colson2023-02-092-2/+40
* [rubygems/rubygems] Improve wording of unmet dependencies warningDaniel Colson2023-02-081-2/+2
* Use Thread.pass until thread.stop? to wait for thread to blockJean Boussier2023-02-081-1/+1
* Only emit circular dependency warning for owned thread shieldsJean byroot Boussier2023-02-082-0/+15
* [rubygems/rubygems] Add Ruby 3.2 and 3.3 platforms to Gemfile DSLDaniel Colson2023-02-072-3/+22
* Revert "Only emit circular dependency warning for owned thread shields"Jean byroot Boussier2023-02-062-11/+0
* Only emit circular dependency warning for owned thread shieldsJean Boussier2023-02-062-0/+11
* [rubygems/rubygems] Properly load the generated gemspecAkira Matsuda2023-02-061-1/+1
* Merge RubyGems/Bundler master.Hiroshi SHIBATA2023-01-318-178/+359
* [rubygems/rubygems] Add test for old lockfile with new ruby versionMike Dalessio2023-01-311-0/+58
* [rubygems/rubygems] Fix issue with extensions not compiling properly using in...Tim Bates2023-01-311-0/+110
* [rubygems/rubygems] Don't warn on bundler binstubs --standalone --allDaniel Colson2023-01-271-0/+21
* Enable code-coverage result for test-specHiroshi SHIBATA2023-01-261-0/+5
* Enable code-coverage result for test-syntax-suggestHiroshi SHIBATA2023-01-261-0/+1
* Add tests for variables in `END` block shared with the toplevelNobuyoshi Nakada2023-01-241-0/+4
* blade is hosted under ruby-lang.org nowHiroshi SHIBATA2023-01-235-5/+5
* More coverage tests & specs. (#7171)Samuel Williams2023-01-221-1/+7
* Define RUBY_VERSION_IS_3_3 macro in rubyspec.hNobuyoshi Nakada2023-01-181-3/+8
* [Bug #19335] `Integer#remainder` should respect `#coerce` (#7120)Nobuyoshi Nakada2023-01-151-0/+3
* Move classpath to rb_classext_tPeter Zhu2023-01-111-2/+8
* Remove Encoding#replicateBenoit Daloze2023-01-111-1/+1
* Suppressing pending messages with RSpecHiroshi SHIBATA2023-01-111-0/+6
* Merge RubyGems and Bundler masterHiroshi SHIBATA2023-01-1025-249/+407
* [rubygems/rubygems] Fix resolver edge caseDavid Rodríguez2023-01-101-0/+27
* Only RangeError on CRuby for shift width >= 2**67Benoit Daloze2023-01-072-28/+14
* Fix Integer#{<<,>>} specs with large shift widthBenoit Daloze2023-01-072-28/+46
* [ruby/syntax_suggest] Run with the given ruby commandNobuyoshi Nakada2023-01-071-1/+2
* Add bug numberBenoit Daloze2023-01-061-1/+1
* 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