aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Fix failing specMisaki Shioi2023-11-301-1/+1
* [rubygems/rubygems] Allow auto-install to install missing git gemsSamuel Giddins2023-11-301-0/+17
* Do not call the inplicit convercion spec on older ruby versionsTema Bolshakov2023-11-291-10/+12
* Fix Array#rassoc specTema Bolshakov2023-11-291-3/+3
* Update to ruby/spec@c3206f6Benoit Daloze2023-11-2742-128/+480
* Update to ruby/mspec@9f83eeaBenoit Daloze2023-11-271-7/+23
* Opaque Etags for compact index requestsJosef Šimánek2023-11-2710-45/+414
* [rubygems/rubygems] Don't remember `--jobs` flagDavid Rodríguez2023-11-271-0/+10
* [rubygems/rubygems] Fix advice in `bundle install --system` deprecationDavid Rodríguez2023-11-271-1/+1
* [rubygems/rubygems] Avoid some unnecessary quotes in remember flag deprecatio...David Rodríguez2023-11-271-11/+11
* [rubygems/rubygems] Simplify remembered flags deprecation messageDavid Rodríguez2023-11-271-3/+3
* [rubygems/rubygems] Remove no longer necessary workaround for old RubyGemsDavid Rodríguez2023-11-2713-34/+26
* [rubygems/rubygems] Reduce allocations when installing gems with bundlerSamuel Giddins2023-11-261-2/+4
* [rubygems/rubygems] Add --json bundle-outdated flag to produce json-parseable...Eric Mueller2023-11-231-0/+21
* [rubygems/rubygems] Fix universal lockfiles regressionDavid Rodriguez2023-11-221-0/+58
* [rubygems/rubygems] Fix invalid platform removal missing adjacent platformsBo Anderson2023-11-211-0/+1
* [rubygems/rubygems] User bundler UA when downloading gemsSamuel Giddins2023-11-157-18/+15
* [rubygems/rubygems] Make sure to `require "rubygems"` explicitlyNobuyoshi Nakada2023-11-132-6/+15
* [rubygems/rubygems] Add a warning in an edge case of using `gemspec` DSLDavid Rodríguez2023-11-131-0/+54
* [rubygems/rubygems] Let RuboCop target Ruby 3.0David Rodríguez2023-11-133-5/+5
* [rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in BundlerDavid Rodríguez2023-11-1318-71/+22
* [rubygems/rubygems] Automatically lock extra ruby platformsDavid Rodríguez2023-11-136-41/+166
* [rubygems/rubygems] Refactor platform test helpersDavid Rodriguez2023-11-134-9/+14
* [rubygems/rubygems] Remove unused `SpecSet#merge`David Rodríguez2023-11-131-18/+0
* IO#read always check the provided buffer is mutableJean Boussier2023-11-091-0/+26
* [rubygems/rubygems] Fix daily Bundler CIDavid Rodríguez2023-11-091-2/+2
* [rubygems/rubygems] Explicitly pass install-dir when installing system gems i...David Rodríguez2023-11-091-8/+8
* [rubygems/rubygems] No need to let this command failDavid Rodríguez2023-11-091-1/+1
* [rubygems/rubygems] Remove unused logicDavid Rodríguez2023-11-091-3/+1
* Add foo.gemspec for failing testPeter Zhu2023-11-081-0/+13
* [rubygems/rubygems] Ensure we are using the same extension dirHan Young2023-11-081-0/+11
* Escape the target string to be checkedNobuyoshi Nakada2023-11-081-3/+1
* [rubygems/rubygems] Simplify spec wording and implementationDavid Rodríguez2023-11-081-17/+2
* [rubygems/rubygems] Better error when having an insecure install folderDavid Rodríguez2023-11-082-18/+30
* [rubygems/rubygems] Don't show bug report template when GEM_HOME has no writa...David Rodríguez2023-11-081-0/+35
* Skip example for 07df8a5d5ee725eee00632717ea4deead5fc783bHiroshi SHIBATA2023-11-071-7/+9
* Fix the CI failure in OpenBSDYusuke Endoh2023-11-061-1/+1
* [rubygems/rubygems] Only remove bundler plugin gem when it's inside the cacheCody Cutrer2023-10-311-0/+25
* Disable wrong testNobuyoshi Nakada2023-10-311-1/+2
* Missing format stringNobuyoshi Nakada2023-10-311-1/+1
* Update to ruby/spec@d56bd0fBenoit Daloze2023-10-301-202/+204
* Update to ruby/mspec@d03ad9cBenoit Daloze2023-10-301-4/+6
* Revert "OpenSSL::KDF.scrypt needs EVP_PBE_scrypt()"Benoit Daloze2023-10-301-2/+0
* OpenSSL::KDF.scrypt needs EVP_PBE_scrypt()Nobuyoshi Nakada2023-10-311-0/+2
* Update to ruby/spec@bd7017fBenoit Daloze2023-10-3088-289/+1634
* [rubygems/rubygems] Relax matching pattern for rake versionHiroshi SHIBATA2023-10-301-3/+3
* Windows: Prefer USERPROFILE over HOMEPATHLars Kanis2023-10-261-14/+13
* [rubygems/rubygems] Handle CI configuration on ignore list for Gem::Specifica...Hiroshi SHIBATA2023-10-251-0/+18
* [rubygems/rubygems] Handle empty arrayHiroshi SHIBATA2023-10-241-0/+26
* [rubygems/rubygems] Handle base64 encoded checksums in lockfile for future co...Martin Emde2023-10-235-17/+54