Commit 0c881e3
Add rdoc gem for Ruby 4.0 compatibility
Ruby 4.0 removed rdoc from the default gems, so the unconditional
`require "rdoc/task"` in rakefile:45 raises LoadError when running
`bundle exec rake spec` under the devcontainer's Ruby 4.0.3. Declaring
rdoc in the development group keeps the rdoc-related rake tasks
available without changing the gemspec or restructuring the rakefile.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 59a2ef2 commit 0c881e3
1 file changed
Lines changed: 1 addition & 0 deletions
0 commit comments