Skip to content

Commit

Permalink
Do not require yard-spellcheck by default, as it's a CLI tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Aug 26, 2021
1 parent 8f2a294 commit f72df0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ group :development do

gem 'kramdown', '~> 2.0'
gem 'yard', '~> 0.9'
gem 'yard-spellcheck'
gem 'yard-spellcheck', require: false
end

0 comments on commit f72df0a

Please # to comment.