Note: changes since v1.0.1 can be found on the releases page
- Fix: support more bundler versions (#24)
- New: install arbitrary gems through the
additionalGems
input (#19) - New: support more project setups with new minimal Gemfile strategy (#19)
- Breaking: stop installing
standard
gem (when present) by default. UseadditionalGems
input instead (#19)
- New: always report high severity offenses (#14)
- New: fail the check for high severity offenses (#14)
- Handle action run failures better (#9)
- Setup local testing (#8)
- Use bundle inline for more accurate dependency resolution (#6)
- use
--force-exclusion
flag to respect exclusions in.rubocop.yml
- If a
Gemfile.lock
is not available, fallback to installing gems from a[project-name].gemspec
.
- Conclusion level is configurable, and defaults to neutral
- Small naming change
- Add sample config to readme