Project

General

Profile

Actions

Bug #21312

closed

ruby 3.5-dev installs a gemspec for rdoc that misses dependencies

Bug #21312: ruby 3.5-dev installs a gemspec for rdoc that misses dependencies

Added by deivid (David Rodríguez) 8 months ago. Updated 6 months ago.

Status:
Closed
Target version:
-
[ruby-core:121861]

Description

Similarly to https://bugs.ruby-lang.org/issues/20581, installing ruby 3.5-dev installs a gemspec for rdoc that it's missing its own dependency on psych.

This causes issues when using Bundler, as reported at https://github.com/rubygems/rubygems/issues/8637.

I created a workaround in Bundler to behave better under this situation and print a warning rather than creating an incorrect lockfile, but ruby installer should fix this too.

Thank you!

Updated by hsbt (Hiroshi SHIBATA) 8 months ago Actions #1 [ruby-core:121869]

  • Status changed from Open to Assigned
  • Assignee set to hsbt (Hiroshi SHIBATA)

Updated by hsbt (Hiroshi SHIBATA) 7 months ago Actions #2 [ruby-core:122481]

Thanks! I confirmed psych was removed from rdoc dependency. I'll look that.

Actions

Also available in: PDF Atom