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