Commit 2a8881a
committed
Workaround for broke CI with YARD 0.9.20 when using Ruby 2.7.0-dev
This PR solves the following "The manual directory is out of sync" error
when using Ruby 2.7.0-dev.
```console
% ruby -v
ruby 2.7.0dev (2019-12-03T05:51:14Z master e42d9d8df8) [x86_64-darwin17]
% CI=true bundle exec rake
(snip)
The manual directory is out of sync. Run `rake
generate_cops_documentation` and commit the results.
```
https://circleci.com/gh/rubocop-hq/rubocop-performance/869
This issue will be resolved with the release of YARD 0.9.21 or higher,
which includes the following changes:
lsegal/yard#12901 parent 990b9f6 commit 2a8881a
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments