Highlighted Changes
init
task is now compatible with Ruby >= 3.2 (#696)bundle:clean
task doesn't pass incompatible options anymore (#710)--debug_configuration_variables
option now resolves callables when printing to stdout (#702 and #706)
What's Changed
- generated deploy.rb "of" typo fix by @ncs1 in #661
- FIX typo in Readme by @pabuisson in #664
- Update 3rd_party_plugins.md by @coezbek in #665
- Ensure branch exists locally and remotely before comparing it by @lovro-bikic in #677
- Runner tests by @lovro-bikic in #685
- Support Rails 6 asset recompilation through webpacker by @the-spectator in #656
- Refactor pretty printer by @lovro-bikic in #686
- Application tests by @lovro-bikic in #688
- Fix readme issues by @lovro-bikic in #680
- Exclude documentation from CI workflow by @lovro-bikic in #681
- SSH task tests by @lovro-bikic in #684
- Prevent stdout output in tests by @lovro-bikic in #687
- Internal helpers tests by @lovro-bikic in #689
- Improve test coverage for output helpers by @lovro-bikic in #690
- Improve test coverage for configuration by @lovro-bikic in #691
- Test remaining default tasks by @lovro-bikic in #692
- Version manager tests by @lovro-bikic in #693
- Update tests for Rails tasks by @lovro-bikic in #694
- DSL tests by @lovro-bikic in #695
- Enable Rubocop by @lovro-bikic in #696
- Remove unused gems and update dependencies by @lovro-bikic in #697
- Resolve callables when printing debug_configuration by @coezbek in #702
- E2E specs by @lovro-bikic in #698
- Test against Ruby 3.1 by @lovro-bikic in #704
- Typo fix: 'variety' by @tommorris in #703
- Enable Pretty runner on Windows by @lovro-bikic in #705
- Print correct values in
debug_configuration_variables
task by @lovro-bikic in #706 - Refactor CLI options by @lovro-bikic in #707
- Fix
ssh
task escaping by @lovro-bikic in #708 - Deprecate version manager tasks by @lovro-bikic in #709
- Remove :bundle_options from bundle clean by @lovro-bikic in #710
- Update CI: Add Ruby 3.2 and update GA runners by @lovro-bikic in #722
- Revert "Support Rails 6 asset recompilation through webpacker" by @lovro-bikic in #723
- Revert "Deprecate version manager tasks" by @lovro-bikic in #724
New Contributors
- @ncs1 made their first contribution in #661
- @pabuisson made their first contribution in #664
- @coezbek made their first contribution in #665
- @the-spectator made their first contribution in #656
- @tommorris made their first contribution in #703
Full Changelog: v1.2.4...v1.2.5