aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* [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
* [rubygems/rubygems] Improve errors and register checksums reliablyMartin Emde2023-10-2312-107/+277
* [rubygems/rubygems] Refactor Checksum classes and methods to reduceMartin Emde2023-10-2316-125/+192
* [rubygems/rubygems] Refactor to checksums stored via sourceSamuel Giddins2023-10-2316-97/+195
* [rubygems/rubygems] Use the server checksum, then calculate from gem on disk ...Mercedes Bernard2023-10-2311-7/+203
* [rubygems/rubygems] Add CHECKSUMS for each gem in lockfileThong Kuah2023-10-2324-20/+642
* [rubygems/rubygems] Fix spelling of extraneousMartin Emde2023-10-221-4/+4
* [rubygems/rubygems] Don't hide original error in `after(:suite)` hookDavid Rodríguez2023-10-171-1/+1
* [rubygems/rubygems] Raise an error when top level dependency does not resolve...David Rodríguez2023-10-161-0/+56
* [rubygems/rubygems] Automatically remove invalid platforms before re-resolvingDavid Rodríguez2023-10-161-0/+64
* [rubygems/rubygems] Tweak platform mismatch resolution errorsDavid Rodríguez2023-10-161-1/+1
* [rubygems/rubygems] The `lock` command should not be affected by frozen settingDavid Rodríguez2023-10-161-0/+6
* Re-resolve when lockfile is invalidDavid Rodriguez2023-10-162-46/+43
* [rubygems/rubygems] Fix force_ruby_platform: when the lockfile only locks the...Samuel Giddins2023-10-151-0/+43
* Removed examples for warning bundled gemsHiroshi SHIBATA2023-10-131-125/+0
* M:N thread scheduler for RactorsKoichi Sasada2023-10-121-1/+8
* [rubygems/rubygems] Update incorrect comments.Ellen Marie Dash2023-10-111-1/+1
* [rubygems/rubygems] Simplify logic for Gem::PathSupport#home, and make GEM_HO...Ellen Marie Dash2023-10-111-2/+3
* [rubygems/rubygems] Split out Gem::PathSupport#default_home_dir to fix "bundl...Ellen Marie Dash2023-10-111-0/+4
* [rubygems/rubygems] Don't delete the release version from pre-release string ...Martin Emde2023-10-111-0/+8
* [rubygems/rubygems] Exempt default gem 'etc' in setup tests for rubies before...Martin Emde2023-10-091-0/+1
* [rubygems/rubygems] Avoid duplicates -rbundler/setup in RUBYOPT with Ruby pre...Jacopo2023-10-091-10/+31
* BigDecimal#to_s has not changed for fraction partNobuyoshi Nakada2023-10-041-13/+11
* [rubygems/rubygems] Prevent gem activation in standalone modeDaniel Colson2023-10-031-0/+16
* [rubygems/rubygems] Don't re-resolve with prereleases if unlocked gem has no ...David Rodriguez2023-10-032-1/+10
* [rubygems/rubygems] Fix typoDavid Rodriguez2023-10-032-2/+2
* [rubygems/rubygems] 🐛 Specification of branch or ref with tag is ambiguousPeter Boling2023-10-031-27/+77
* [rubygems/rubygems] 🚨 Rubocop LintingPeter Boling2023-10-035-10/+10
* [DOC] State the precision of `Process.times` as platform-definedNobuyoshi Nakada2023-10-031-27/+0
* Check by integer modulo instead of float stringNobuyoshi Nakada2023-10-031-2/+2
* [rubygems/rubygems] Support Ruby's preview version format (Ex: 3.3.0-preview2...Harshal Bhakta2023-10-021-0/+9
* [rubygems/rubygems] Include gemspec in ExtensionTask for native gem tasksGraham Marlow2023-10-021-2/+6
* Fix failures when all network interfaces are downNobuyoshi Nakada2023-09-301-0/+6
* [rubygems/rubygems] Reword a couple of error messagesDavid Rodriguez2023-09-272-3/+3
* [rubygems/rubygems] Fix bundle install when older revisions of git sourcekrororo2023-09-271-0/+31
* [rubygems/rubygems] Fix `bundle lock --minor --update <dep>` edge caseDavid Rodriguez2023-09-271-0/+41
* [rubygems/rubygems] Stop bundler eagerly loading all specs with extsSamuel Giddins2023-09-211-0/+21
* [rubygems/rubygems] Bundler error handlingSamuel Giddins2023-09-201-1/+1