debride version 1.8.1 has been released!
* home: <https://github.com/seattlerb/debride>
* rdoc: <http://docs.seattlerb.org/debride>
Analyze code for potentially uncalled / dead methods, now with auto-removal.
Changes:
### 1.8.1 / 2017-11-29
* 2 minor enhancements:
* Add basic support for jbuilder files. (d-mato)
* Added rails & whitelist example to readme. (TheRusskiy)
* 2 bug fixes:
* Capture RegexpError and skip file. (mrdShinse)
* Fixed reporting of cdecl+const2 (eg X::Y = 42). (herwinw)