summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2023-02-22Use `BigDecimal::VERSION` instead of `RUBY_VERSION`Nobuyoshi Nakada
2023-02-21Marshal.load: restore instance variables on RegexpJean Boussier
2023-02-21Merge rubygems/bundler masterHiroshi SHIBATA
2023-02-21[rubygems/rubygems] Give a better message when Gemfile branch does not existDavid Rodríguez
2023-02-21[rubygems/rubygems] Fix crash in pub grub involving empty rangesDavid Rodríguez
2023-02-21[rubygems/rubygems] Update pub_grubJohn Hawthorn
2023-02-21[rubygems/rubygems] Sync with pub_grub main branchDavid Rodríguez
2023-02-21[rubygems/rubygems] Restore better error message when locked ref does not existDavid Rodríguez
2023-02-20Update some ruby specs for the new message format of NoMethodErrorYusuke Endoh
2023-02-17BigDecimal changed #remainder's specTakashi Kokubun
2023-02-13Marshal.load: also freeze extended objectsJean Boussier
2023-02-10[DOC] Move old ChangeLog files to doc/ChangeLog (#7293)Takashi Kokubun
2023-02-09[rubygems/rubygems] Avoid crashing with a corrupted lockfileDaniel Colson
2023-02-08[rubygems/rubygems] Improve wording of unmet dependencies warningDaniel Colson
2023-02-08Use Thread.pass until thread.stop? to wait for thread to blockJean Boussier
2023-02-08Only emit circular dependency warning for owned thread shieldsJean byroot Boussier
2023-02-07[rubygems/rubygems] Add Ruby 3.2 and 3.3 platforms to Gemfile DSLDaniel Colson
2023-02-06Revert "Only emit circular dependency warning for owned thread shields"Jean byroot Boussier
2023-02-06Only emit circular dependency warning for owned thread shieldsJean Boussier
2023-02-06[rubygems/rubygems] Properly load the generated gemspecAkira Matsuda
2023-01-31Merge RubyGems/Bundler master.Hiroshi SHIBATA
2023-01-31[rubygems/rubygems] Add test for old lockfile with new ruby versionMike Dalessio
2023-01-31[rubygems/rubygems] Fix issue with extensions not compiling properly using in...Tim Bates
2023-01-27[rubygems/rubygems] Don't warn on bundler binstubs --standalone --allDaniel Colson
2023-01-26Enable code-coverage result for test-specHiroshi SHIBATA
2023-01-26Enable code-coverage result for test-syntax-suggestHiroshi SHIBATA
2023-01-24Add tests for variables in `END` block shared with the toplevelNobuyoshi Nakada
2023-01-23blade is hosted under ruby-lang.org nowHiroshi SHIBATA
2023-01-22More coverage tests & specs. (#7171)Samuel Williams
2023-01-18Define RUBY_VERSION_IS_3_3 macro in rubyspec.hNobuyoshi Nakada
2023-01-15[Bug #19335] `Integer#remainder` should respect `#coerce` (#7120)Nobuyoshi Nakada
2023-01-11Move classpath to rb_classext_tPeter Zhu
2023-01-11Remove Encoding#replicateBenoit Daloze
2023-01-11Suppressing pending messages with RSpecHiroshi SHIBATA
2023-01-10Merge RubyGems and Bundler masterHiroshi SHIBATA
2023-01-10[rubygems/rubygems] Fix resolver edge caseDavid Rodríguez
2023-01-07Only RangeError on CRuby for shift width >= 2**67Benoit Daloze
2023-01-07Fix Integer#{<<,>>} specs with large shift widthBenoit Daloze
2023-01-07[ruby/syntax_suggest] Run with the given ruby commandNobuyoshi Nakada
2023-01-06Add bug numberBenoit Daloze
2023-01-05Update to ruby/spec@5e48206Benoit Daloze
2023-01-05Update to ruby/spec@7e680faBenoit Daloze
2023-01-05* remove trailing spaces, append newline at EOF. [ci skip]git
2023-01-05Update to ruby/spec@9d69b95Benoit Daloze
2023-01-05Update to ruby/mspec@fef9b81Benoit Daloze
2023-01-04[rubygems/rubygems] Raise invalid option when bundle open --path is called wi...yoka
2023-01-04[rubygems/rubygems] Enhance bundle open with --path optionyoka
2023-01-01Make IO#set_encoding with binary external encoding use nil internal encodingJeremy Evans
2022-12-26numeric.c: Fix round_half_even for specific values (#7023)Kenta Murata
2022-12-26Merge RubyGems/Bundler masterHiroshi SHIBATA