Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

52 lines (29 loc) · 1.87 KB

CHANGELOG

Note: changes since v1.0.1 can be found on the releases page

v1.0.1 (2022-10-19)

  • Fix: support more bundler versions (#24)

v1.0.0 (2022-09-13)

  • 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. Use additionalGems input instead (#19)

v0.8 (2021-05-27)

  • New: always report high severity offenses (#14)
  • New: fail the check for high severity offenses (#14)

v0.7 (2021-04-08)

  • Make push events also work (#10)
  • Add issuesCount output (#12)

v0.6 (2020-10-02)

  • Handle action run failures better (#9)
  • Setup local testing (#8)
  • Use bundle inline for more accurate dependency resolution (#6)

v0.5 (2020-01-20)

  • use --force-exclusion flag to respect exclusions in .rubocop.yml

v0.4 (2020-01-13)

  • If a Gemfile.lock is not available, fallback to installing gems from a [project-name].gemspec.

#3

v0.3 (2019-10-15)

  • Conclusion level is configurable, and defaults to neutral

v0.2 (2019-10-11)

  • Small naming change

v0.1 (2019-10-11)

  • Add sample config to readme