caxlsx / caxlsx_rails

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

Align caxlsx dependency to support last version (3.1) #151

Closed stonefield closed 3 years ago

stonefield commented 3 years ago

caxlsx has new features. I believe these are not in conflict with existing implementation for rails. Please update dependency. See new features added: Recent changelog

straydogstudio commented 3 years ago

Thanks @stonefield. The dependencies on caxlsx_rails are pretty loose. It only specifies ActionPack >= 3.1, and caxlsx >= 3.0. Are you thinking it should specify caxlsx >= 3.1 from now on?

stonefield commented 3 years ago

Looks like it does not matter. But there are significant fixes in the latest version of caxlsx, so yes >= 3.1

stonefield commented 3 years ago

I upgraded rails today, and there was no conflict. So I think my assumptions were wrong. Better leave it as is. Closing.

straydogstudio commented 3 years ago

@stonefield Thanks.