Changelog

This file documents all notable changes to this project.

Format: Keep a Changelog,
Versioning: Semantic Versioning.

Unreleased

Added

Changed

Deprecated

Removed

Fixed

Security

3.0.0 - 2025-07-28

  • Initial release as hard fork, from appraisal v3.0.0.rc1, with many improvements - by @pboling
    • support for eval_gemfile
    • support for Ruby 1.8, 1.9, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6 (all removed, or planned-to-be, in thoughtbot’s appraisal)
      • NOTE: The setup-ruby GH Action only ships support for Ruby 2.3+, so older Rubies are no longer tested in CI. Compatibility is assumed thanks to Enforced Code Style Linter enforcing the syntax for the oldest supported Ruby, which is Ruby v1.8. File a bug if you find something broken.
    • Support for JRuby 9.4+
    • updated and improved documentation
    • maintainability tracked with QLTY.sh and the reek gem
    • code coverage tracked with Coveralls, QLTY.sh, and the kettle-soup-cover gem
    • other minor fixes and improvements