- Add support for Bundler 2.x (@saturnflyer)
- Drop support for Ruby < 2.4
- Updated way that YAML is outputted so the format is always valid (@bagmangood)
- Added support for --format csv (@bagmangood)
- Add the ability to whitelist vulnerabilities in particular gem versions with the --whitelist option (@paulwhite)
- Add --fail-outdated command-line option to exit with code 2 if any gems are outdated (@thomasbiddle)
- Support bundled gems in deployment mode (@bencolon).
- Set up Travis.
- Add test-unit dependency (needed for Ruby 2.2+) (@bencolon).
- Add public access to gem infos (@bencolon).
- Add YAML output formatter (@bencolon).
- Fix command-line options parsing (@bencolon).
- Display Gemfile gems in bold in the report.
- Add example RSpec spec.
- Add --output option to specify output filename.
- Add homepage, code, and docs links for gems in HTML report, if available.
- Remove date from gemspec.
- Handle unaffected versions of gems.
- Fix vulnerability styling in HTML report.
- Inline styles in HTML report.
- Initial version, with HTML-formatted report only.