athena-framework / athena

An ecosystem of reusable, independent components
https://athenaframework.org
MIT License
211 stars 17 forks source link

Handle Crystal 1.13 deprecation #423

Closed Blacksmoke16 closed 3 months ago

Blacksmoke16 commented 3 months ago

Context

https://github.com/crystal-lang/crystal/pull/14484 deprecation some File related methods. This PR updates the usages of those to use the new non-deprecation method if using Crystal >=1.13.

Changelog