summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
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
2022-12-26Skip insanely memory consuming testsNobuyoshi Nakada
2022-12-26Skip some examples for Ruby 3.3Hiroshi SHIBATA
2022-12-25Update Bundler to 2.4.1 & and RubyGems to 3.4.1David Rodríguez
2022-12-24Windows: Prefer USERPROFILE over HOMEPATHLars Kanis
2022-12-24Windows: Fix encoding of Dir.homeLars Kanis
2022-12-24Merge RubyGems-3.4.0 and Bundler-2.4.0Hiroshi SHIBATA
2022-12-23Removed the needless test guard for syntax_suggest.Hiroshi SHIBATA
2022-12-23[ruby/syntax_suggest] Remove debug printNobuyoshi Nakada
2022-12-23[ruby/syntax_suggest] Should not hardcode ruby nameNobuyoshi Nakada
2022-12-22Always issue deprecation warning when calling Regexp.new with 3rd positional ...Jeremy Evans
2022-12-20Ensure Fiber storage is only accessed from the Fiber it belongs toBenoit Daloze
2022-12-20Never use the storage of another Fiber, that violates the whole designBenoit Daloze
2022-12-20Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-12-20[rubygems/rubygems] fixMark Burns
2022-12-20[rubygems/rubygems] Turn `--ext` option into string. Deprecate usage without ...Josef Šimánek
2022-12-20[rubygems/rubygems] Use safe Marshal deserialization for dependency API respo...Josef Šimánek
2022-12-20[rubygems/rubygems] Fix crash when building resolution errors with OR require...David Rodríguez
2022-12-20[rubygems/rubygems] Add tests for bundle lockMichael Siegfried
2022-12-20[rubygems/rubygems] Test the public interfaceMichael Siegfried
2022-12-20[rubygems/rubygems] Support for pre flag in `bundle update`Michael Siegfried
2022-12-20[rubygems/rubygems] Fix crash when lockfile is missing dependenciesDavid Rodríguez
2022-12-18[rubygems/rubygems] Add bundle lock --update --bundlerAlyssa Ross
2022-12-15Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-12-15Remove `require 'io/wait'` where it's no longer necessary. (#6932)Samuel Williams
2022-12-13[rubygems/rubygems] Use better matcherDavid Rodríguez
2022-12-12Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-12-10Add spec for fiber storage. (#6896)Samuel Williams
2022-12-09Clean up a temporary fileNobuyoshi Nakada
2022-12-09[Bug #19167] Remove useless conversion of classes for special constNobuyoshi Nakada
2022-12-09Added condition for ruby/ruby repositoryHiroshi SHIBATA
2022-12-09Merge syntax_suggest masterHiroshi SHIBATA