Skip to content

Commit

Permalink
Revert "Pin yard version to v0.9.28 to avoid ArgumentError"
Browse files Browse the repository at this point in the history
This reverts commit 12f1eef.

The problem I reported in lsegal/yard#1490 was fixed in this commit [1]
and released in v0.9.31. That means we no longer need to pin the version
of yard.

Fixes #609.

[1]: lsegal/yard@7d05c7f
  • Loading branch information
floehopper committed Apr 9, 2023
1 parent 7078e76 commit 7c6c10c
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 @@ -26,5 +26,5 @@ if RUBY_VERSION >= '2.2.0'
end
if ENV['MOCHA_GENERATE_DOCS']
gem 'redcarpet'
gem 'yard', '<= 0.9.28'
gem 'yard'
end

0 comments on commit 7c6c10c

Please sign in to comment.