Breaking Changes
Ruby 1.8.7 is no longer supported. The minimum required Ruby version is now 1.9.3.
What's Changed
- Removed
require 'rubygems'which was only needed for Ruby 1.8.7 compatibility - Updated documentation to reflect minimum Ruby version of 1.9.3
Migration Notes
If you are still running Ruby 1.8.7:
- Upgrade to Ruby 1.9.3 or later (tested up to Ruby 3.3.5)
- If upgrading is not possible, continue using version 1.13.0
Why This Change?
Ruby 1.8.7 reached end-of-life in June 2013 (over 11 years ago). Dropping support allows us to:
- Use modern Ruby standard library features
- Simplify the codebase by removing legacy compatibility code
- Better support modern OpenSSL capabilities
Full Changelog: 1.13.0...1.14.0