Appraisal v2.3.0 Release Notes

Release Date: 2020-06-05 // almost 4 years ago
    • Auto-install the right bundler version (#168),
    • โœ… Test against Ruby 2.4, 2.5, 2.6, 2.7 (#166),
    • ๐Ÿ‘ Allow specifying the path option to bundler (#165),
    • ๐Ÿ›  Fix acceptance tests under JRuby (#167),
    • ๐Ÿ‘‰ Make git_source work in nested groups (#160),
    • โฌ‡๏ธ Drop MRI 1.8.7-2.2 support (#158),
    • Document all commands in README (#142),
    • ๐Ÿ‘ Allow passing through of the full-index option. (#137),
    • Avoid line continuations without parentheses (#138),
    • โž• Added RBX to the build matrix (#117),
    • โœ‚ Remove suggestion of RubyGems in Rakefiles (#128),
    • โšก๏ธ Update README.md to add appraisal in gemspec instead of Gemfile (#122).

Previous changes from v2.2.0

    • โšก๏ธ Display current gemfile when running bundle update.
    • โž• Add support for multiple gemspec directives.
    • โž• Add support for bundler's retry and without flags.

    --retry: Retry network and git requests that have failed.

    --without: Exclude gems that are part of the specified named group.