From: "hsbt (Hiroshi SHIBATA) via ruby-core" Date: 2024-06-17T06:03:51+00:00 Subject: [ruby-core:118333] [Ruby master Bug#20581] Ruby 3.3.3 install has missing deps for bundled net-pop gem Issue #20581 has been updated by hsbt (Hiroshi SHIBATA). Status changed from Assigned to Closed Backport changed from 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN to 3.1: DONTNEED, 3.2: UNKNOWN, 3.3: REQUIRED Thank you for your report. This issue caused by https://github.com/ruby/ruby/commit/0a0338b06fcc3690346d5a3bec60bbcee85ec7ce Background: [This commit](https://github.com/ruby/ruby/commit/0a0338b06fcc3690346d5a3bec60bbcee85ec7ce) truncate default gems if bundled gems used them. But we need to apply [prepared commits](https://github.com/ruby/ruby/pull/11006) before this truncation. The diff of installation results with https://github.com/ruby/ruby/pull/11006 is here(3.3-debug-2 is applied version): ``` diff --color=auto -ru 3.3-debug/lib/ruby/gems/3.3.0/specifications/net-ftp-0.3.4.gemspec 3.3-debug-2/lib/ruby/gems/3.3.0/specifications/net-ftp-0.3.4.gemspec --- 3.3-debug/lib/ruby/gems/3.3.0/specifications/net-ftp-0.3.4.gemspec 2024-06-17 14:48:46 +++ 3.3-debug-2/lib/ruby/gems/3.3.0/specifications/net-ftp-0.3.4.gemspec 2024-06-17 14:51:22 @@ -15,8 +15,13 @@ s.homepage = "https://github.com/ruby/net-ftp".freeze s.licenses = ["Ruby".freeze, "BSD-2-Clause".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze) - s.rubygems_version = "3.3.5".freeze + s.rubygems_version = "3.5.11".freeze s.summary = "Support for the File Transfer Protocol.".freeze s.installed_by_version = "3.5.11".freeze if s.respond_to? :installed_by_version + + s.specification_version = 4 + + s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) + s.add_runtime_dependency(%q