Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 959 Bytes

CHANGELOG.md

File metadata and controls

41 lines (27 loc) · 959 Bytes

2.3.0 | 2019-12-31

  • Update to bundler 2

Backwards compatible with bundler 1 projects.

2.2.0 | 2019-12-30

Consolidates the docker image (base vs. action) and adds several rubocop extensions.

  • Adds the following rubocop extensions to the docker image:
    • rubocop-performance
    • rubocop-minitest
    • rubocop-rspec
    • rubocop-rails
    • rubocop-thread_safety
    • rubocop-i18n
    • rubocop-rake

These extensions can now be required in a .rubocop.yml config and used with the rubocop runner.

2.1.1 | 2019-12-30

  • Corrects a published bad image build of adwerx/pronto-ruby:1.4.0 (base image)

2.1.0 | 2019-12-20

  • Upgrades pronto-bundler_audit to 0.6.0

2.0.0 | 2019-12-18

  • Adds pronto-erb_lint to the adwerx/pronto-ruby image (1.3.2)

Breaking Changes:

  • Rubocop has been optimistically bumped to 0.77 and may cause some breaking cop configuration renames. You'll need to update your rubocop configs accordingly.