Skip to content

Commit 7c6c10c

Browse files
committed
Revert "Pin yard version to v0.9.28 to avoid ArgumentError"
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
1 parent 7078e76 commit 7c6c10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ if RUBY_VERSION >= '2.2.0'
2626
end
2727
if ENV['MOCHA_GENERATE_DOCS']
2828
gem 'redcarpet'
29-
gem 'yard', '<= 0.9.28'
29+
gem 'yard'
3030
end

0 commit comments

Comments
 (0)