tricknotes / ember-cli-rails

Unify your EmberCLI and Rails Workflows
http://thoughtbot.github.io/ember-cli-rails/
MIT License
713 stars 205 forks source link

Drop support for End-of-Lifed Ruby versions #579

Closed seanpdoyle closed 4 years ago

seanpdoyle commented 5 years ago

As of 20 June 2018, official support for Ruby 2.2 has ended.

As of 31 March 2019, official support for Ruby 2.3 has ended.

As of 5 April 2020, official support for Ruby 2.4 has ended.

This commit configures the continuous integration test suite to execute against 2.5, 2.6, and 2.7.

Additionally, this commit amends the README to mention 2.5 as the minimally supported version.