caxlsx / caxlsx_rails

A Rails plugin to provide templates for the axlsx gem
MIT License
735 stars 84 forks source link

Add Rails 7.1 to the CI matrix #172

Closed kiskoza closed 11 months ago

kiskoza commented 11 months ago

I've added Rails 7.1 to the CI matrix. I also had to solve an issue with ruby 2.4, bundle got a too modern version of loofah and ran into an uninitialized constant Nokogiri::HTML4 error.

As far as I know, we don't need to change any production code to support the new Rails version, no need for a new release.