rails / jbuilder

Jbuilder: generate JSON objects with a Builder-style DSL
MIT License
4.34k stars 440 forks source link

Drop support for End of Life Ruby and Rails versions #570

Closed jeromedalbert closed 2 months ago

jeromedalbert commented 3 months ago

Should fix tests for https://github.com/rails/jbuilder/pull/569.

Problem

Ruby 2.7 is EOL Rails 5.x and 6.0 are EOL Rails 6.1 active support is over, and security support ends in 4 weeks

Ref: https://endoflife.date/rails

Solution

Do not test these versions in CI and Appraisal.