aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [rubygems/rubygems] Fix bundler specs using safe_loadSamuel Giddins2023-09-201-1/+1
* [rubygems/rubygems] Gemfile ruby file: covers more version formatsMartin Emde2023-09-141-30/+46
* Adjust CGI spec to pass when ran in isolationAlan Wu2023-09-121-1/+1
* [rubygems/rubygems] Unify LockfileParser loading of SPECS sectionMartin Emde2023-09-121-2/+2
* Make Kernel#lambda raise when given non-literal blockAlan Wu2023-09-122-34/+46
* Update to ruby/spec@96d1072Benoit Daloze2023-09-0484-184/+787
* Update to ruby/mspec@55d1a62Benoit Daloze2023-09-041-1/+1
* [rubygems/rubygems] Use assertion message strictlyHiroshi SHIBATA2023-09-011-1/+1
* BasicSocket#recv* return `nil` rather than an empty packetJean Boussier2023-08-304-13/+32
* [rubygems/rubygems] Fix bundle update --redownloadSamuel Giddins2023-08-291-0/+10
* [rubygems/rubygems] Fixed malformed lockfile version on installingImir Kiyamov2023-08-281-0/+7
* [rubygems/rubygems] Don't check for circular deps on full index sourcesDavid Rodríguez2023-08-282-2/+31
* [rubygems/rubygems] Fix standalone install crashing when using legacy multi r...David Rodríguez2023-08-281-0/+27
* [rubygems/rubygems] Refactor Fetcher#api_fetcher? and fetcher loading logicMartin Emde2023-08-281-0/+66
* [Bug #19784] Fix behaviors against prefix with broken encodingNobuyoshi Nakada2023-08-262-6/+10
* [rubygems/rubygems] Don't use full indexes unnecessarily on legacy GemfilesDavid Rodríguez2023-08-251-0/+9
* Fix support for dynamic keys. (#8273)Samuel Williams2023-08-241-0/+14
* Quarantine a very flaky specTakashi Kokubun2023-08-231-9/+13