aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Add `file` option to `ruby` method in GemfileNgan Pham2023-08-171-1/+26
* [rubygems/rubygems] Show better error when PAT can't authenticate to a privat...David Rodríguez2023-08-162-20/+13
* [rubygems/rubygems] Bad auth should not fallback eitherDavid Rodríguez2023-08-161-0/+9
* [rubygems/rubygems] Use better status for authentication failuresDavid Rodríguez2023-08-162-2/+2
* [rubygems/rubygems] Fix git source conservativenessDavid Rodríguez2023-08-161-0/+86
* [DOC] Update to use `SPECOPTS` instead of `MSPECOPT`Nobuyoshi Nakada2023-08-121-4/+4
* Add dotted countsNobuyoshi Nakada2023-08-121-6/+26
* For parallel testNobuyoshi Nakada2023-08-121-1/+2
* Fold dotted outputs from test-specNobuyoshi Nakada2023-08-121-0/+48
* Deprecate Kernel#open and IO support for subprocess creation/forkingMike Dalessio2023-08-106-17/+114
* Update to ruby/spec@9e278f5Benoit Daloze2023-08-0253-174/+457
* Fix encoding switches when RUBYOPT is empty or only spacesBenoit Daloze2023-08-021-0/+7
* `Refinement#refined_class` is now deprecatedNobuyoshi Nakada2023-07-311-1/+1
* [rubygems/rubygems] Use the dedicated method to convert file pathNobuyoshi Nakada2023-07-301-0/+30
* Add examples of `return` in `eval`Nobuyoshi Nakada2023-07-301-0/+14
* Use Gem::BUNDLED_GEMS::SINCEHiroshi SHIBATA2023-07-281-12/+12
* Make {Nil,True,False}Class#singleton_method always raise NameErrorJeremy Evans2023-07-263-0/+45
* [rubygems/rubygems] bin/rubocop -AHiroshi SHIBATA2023-07-251-1/+0
* [rubygems/rubygems] Extract Gem::BUNDLED_GEMS from BundlerHiroshi SHIBATA2023-07-251-0/+17
* [rubygems/rubygems] Skip warnings if bundled gems is already loadedHiroshi SHIBATA2023-07-251-0/+19
* [rubygems/rubygems] Added warnings targets for old version of RubyHiroshi SHIBATA2023-07-252-4/+34
* [rubygems/rubygems] Added Ruby version for bundled gems to warningsHiroshi SHIBATA2023-07-251-1/+1
* [rubygems/rubygems] Added csv as stub gem to build_repo1Hiroshi SHIBATA2023-07-251-0/+1
* [rubygems/rubygems] Added examples for warnings featureHiroshi SHIBATA2023-07-251-0/+29
* Use the caller location as default filename for eval family of methodsJean Boussier2023-07-247-26/+87
* [rubygems/rubygems] Rename local to lockfile and global to systemHiroshi SHIBATA2023-07-241-1/+1
* [rubygems/rubygems] Avoid printing using messages when version has not changedDavid Rodríguez2023-07-241-26/+22
* [rubygems/rubygems] Exclude Bundler from missing locked dependencies checkDavid Rodríguez2023-07-241-0/+10
* [rubygems/rubygems] Prefer squiggly heredocs over custom helperDavid Rodríguez2023-07-2417-51/+51
* [rubygems/rubygems] Remove unused module inclusionDavid Rodríguez2023-07-241-2/+0
* [rubygems/rubygems] Refactor spec helpers for reading lockfilesDavid Rodríguez2023-07-242-6/+14
* [rubygems/rubygems] Simplify `bundle lock` specsDavid Rodríguez2023-07-241-9/+5
* [ruby/syntax_suggest] Handle new eval source locationJean Boussier2023-07-202-1/+10
* Add tests for `return` in `BEGIN` and `END` blocksNobuyoshi Nakada2023-07-191-0/+15
* 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