Understand Ruby Version and Security Support
masterRubyGems and Bundler follow the support lifecycle of the Ruby language:
- Ruby Version Support: Supported as long as the Ruby team supports the version. When a Ruby version reaches end-of-life, the following minor release of RubyGems/Bundler will drop backwards compatibility with that version.
- Security Releases: Security fixes are provided for RubyGems and Bundler versions that were included in a currently-supported Ruby release. These versions receive security fixes until that Ruby version reaches end-of-life.
- Bugfixes: Generally released from the
mainbranch. The team does not guarantee bugfix releases for previous minor or major versions.