comfy / comfortable-mexican-sofa

ComfortableMexicanSofa is a powerful Ruby on Rails 5.2+ CMS (Content Management System) Engine
MIT License
2.72k stars 637 forks source link

Ruby 3 #942

Closed bkeepers closed 3 years ago

bkeepers commented 3 years ago

This pull request adds Ruby 3 to the test suite and relaxes some test and development dependencies to get the tests to run.

It also removes Ruby 2.3, 2.4, and 2.5 from the test suite, which are officially EOL.

This supersedes #937, which includes the fix for splatting of keyword arguments.

bkeepers commented 3 years ago

Closing in favor of #943, which includes these changes and more to get the tests running against modern versions of Ruby/Rails