summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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