aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Implement Process.warmupJean Boussier2023-07-171-0/+11
* [Bug #19769] Fix range of size 1 in `String#tr`alexandre1842023-07-152-0/+18
* [rubygems/rubygems] Don't run any git commands when sorting and comparing git...David Rodríguez2023-07-131-0/+7
* [rubygems/rubygems] Dont't use Bundler::VERSIONHiroshi SHIBATA2023-07-131-2/+6
* [rubygems/rubygems] restart with BUNDLE_VERSION if it's specifiedHiroshi SHIBATA2023-07-131-0/+3
* [rubygems/rubygems] Introduce bundle config set version featureHiroshi SHIBATA2023-07-131-0/+19
* [rubygems/rubygems] Remove unused variableDavid Rodríguez2023-07-131-2/+0
* Improve ArgumentError message for Module#set_temporary_nameBenoit Daloze2023-07-061-4/+4
* Ensure the name given to Module#set_temporary_name is not a valid constant pathBenoit Daloze2023-07-061-2/+17
* Specs for Module#set_temporary_name should be in their own fileBenoit Daloze2023-07-062-49/+53
* Skip a failing spec for the latest bigdecimalTakashi Kokubun2023-07-051-12/+14
* [rubygems/rubygems] Test that git sources in lockfiles have stable sort orderEllen Marie Dash2023-07-041-0/+74
* [rubygems/rubygems] Fix git source lockfile unstabilityDavid Rodríguez2023-07-042-11/+11
* [rubygems/rubygems] Fix another incorrect removal of "ruby" platform from loc...David Rodríguez2023-07-041-0/+46
* Update to ruby/spec@30e1c35Benoit Daloze2023-06-26428-9236/+3581
* Update to ruby/mspec@3cf2d16Benoit Daloze2023-06-262-2/+51
* Allow setting the name of a class or module. (#7483)Samuel Williams2023-06-211-0/+49
* Merge rubygems/rubygems HEADHiroshi SHIBATA2023-06-208-33/+35
* [rubygems/rubygems] Rubocop 1.51.0 or later didn't support Ruby 2.6Hiroshi SHIBATA2023-06-151-2/+2
* [rubygems/rubygems] Improve error message in frozen mode edge caseDavid Rodríguez2023-06-151-0/+34
* [rubygems/rubygems] Improve frozen mode error messageDavid Rodríguez2023-06-154-8/+8
* [rubygems/rubygems] Use "frozen" rather than "deployment" in error messageDavid Rodríguez2023-06-155-17/+17
* [rubygems/rubygems] Show missing spec in lockfile incomplete error messageDavid Rodríguez2023-06-151-1/+1
* [rubygems/rubygems] Remove weird line breaks in the middle of error messageDavid Rodríguez2023-06-151-7/+7
* [rubygems/rubygems] Make frozen mode spec also pass on Bundler 3David Rodríguez2023-06-151-1/+1
* [rubygems/rubygems] This spec is independent from global sourcesDavid Rodríguez2023-06-151-1/+5
* [rubygems/rubygems] Stop publishing Gemfile in default gem templateGareth Adams2023-06-081-0/+8
* [rubygems/rubygems] Fix `path` vs `deployment` precedence when path set throu...David Rodríguez2023-06-061-0/+6
* [rubygems/rubygems] Unexclude some specs on bundler 3David Rodríguez2023-06-061-3/+3
* [rubygems/rubygems] Fill in missing deployment specsDavid Rodríguez2023-06-061-7/+44
* [rubygems/rubygems] Remove redundant specsDavid Rodríguez2023-06-061-5/+1
* [rubygems/rubygems] Fix inline mode with multiple sourcesDavid Rodríguez2023-06-061-0/+25
* rb_io_descriptor() is available since 3.1Benoit Daloze2023-06-011-1/+1
* Hide the usage of `rb_io_t` where possible. (#7880)Samuel Williams2023-06-011-1/+9
* Revert "Hide most of the implementation of `struct rb_io`. (#6511)"NARUSE, Yui2023-06-011-9/+1
* [rubygems/rubygems] tool_dir needs to handle ruby/ruby repo nowHiroshi SHIBATA2023-05-311-3/+3
* Merge RubyGems/Bundler master from 4076391fce5847689bf2ec402b17133fe4e32285Hiroshi SHIBATA2023-05-305-9/+35
* Hide most of the implementation of `struct rb_io`. (#6511)Samuel Williams2023-05-301-1/+9
* Refactor guards for Time.new specBenoit Daloze2023-05-291-10/+13
* Unify error messages of rb_num2ulong and rb_num2ullPeter Zhu2023-05-291-1/+8
* Update to ruby/spec@c3677cfBenoit Daloze2023-05-2956-132/+1452
* Fix "runs a C function with the global lock unlocked and unlocks IO with the ...Samuel Williams2023-05-242-17/+17
* Add a newline at EOF [ci skip]Nobuyoshi Nakada2023-05-241-1/+1
* Add support for pread/pwrite on windows. (#7827)Samuel Williams2023-05-243-69/+66
* Hash.new: print a deprecation warning when receiving keyword arguments (#7828)Jean byroot Boussier2023-05-234-5/+18
* Manually merge syntax_suggest-1.1.0Hiroshi SHIBATA2023-05-234-37/+205
* [ruby/syntax_suggest] Fixschneems2023-05-231-0/+31
* [ruby/syntax_suggest] Refactor Scanner logic out of AroundBlockScan introduce...schneems2023-05-233-4/+68
* Fix typo in spec file description [ci skip]Ivanov-Anton2023-05-211-1/+1
* Add Fiber#kill, similar to Thread#kill. (#7823)Samuel Williams2023-05-181-0/+90