This version of sshkit drops support for Ruby 2.4 and older, which have been EOL since 2020. Old Rubies already had problems installing recent versions of sshkit (see #548), so this release makes official what was already an unacknowledged lack of support.
If you are using an old version of Ruby, you can still use sshkit by pinning to 1.22.0, which is known to work on Ruby 2.2.
⚠️ Breaking Changes
- Drop official support for Ruby 2.0, 2.1, 2.2, 2.3, and 2.4 (#549) @mattbrictson
🐛 Bug Fixes
- Add
logger
runtime dependency to fix warning on Ruby 3.4 (#552) @mattbrictson
🏠 Housekeeping
- Remove version pin for
rainbow
dev dependency (#553) @mattbrictson - Bump toolmantim/release-drafter from 6.0.0 to 6.1.0 (#551) @dependabot[bot]
- Add Ruby 3.4 to CI matrix (#547) @mattbrictson
Full Changelog: v1.23.2...v1.24.0