Appraisal v2.3.0 Release Notes
Release Date: 2020-06-05 // over 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
andwithout
flags.
--retry
: Retry network and git requests that have failed.--without
: Exclude gems that are part of the specified named group. - โก๏ธ Display current gemfile when running