Skip to content

Commit

Permalink
Fix rdoc-related warning when running doc rake task
Browse files Browse the repository at this point in the history
I was seeing the following warning:

    warning: rdoc was loaded from the standard library,
    but will no longer be part of the default gems
    starting from Ruby 3.5.0.
  • Loading branch information
floehopper committed Feb 26, 2025
1 parent 93f6274 commit ee0f379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ group :development do
gem 'rake'

if ENV['MOCHA_GENERATE_DOCS']
gem 'rdoc'
gem 'redcarpet'
gem 'yard'
end
Expand Down

0 comments on commit ee0f379

Please sign in to comment.