Problem
irb> require 'rake'
/home/user/.rbenv/versions/4.0.2/lib/ruby/gems/4.0.0/gems/rake-13.4.0/lib/rake/application.rb:4:in 'Kernel#require_relative': cannot load such file -- /home/user/.rbenv/versions/4.0.2/lib/ruby/gems/4.0.0/gems/rake-13.4.0/lib/rake/options (LoadError)
In [rake.gemspec](https://github.com/ruby/rake/blob/master/rake.gemspec), lib/rake/options.rb is not specified.
Versions
$ uname -a
Linux DESKTOP-BR1RAQF 6.6.87.2-microsoft-standard-WSL2 #1 SMP PREEMPT_DYNAMIC Thu Jun 5 18:30:46 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
$ ruby -v
ruby 4.0.2 (2026-03-17 revision d3da9fec82) +PRISM [x86_64-linux]
$ gem -v
4.0.10
Problem
In
[rake.gemspec](https://github.com/ruby/rake/blob/master/rake.gemspec),lib/rake/options.rbis not specified.Versions