rails / propshaft

Deliver assets for Rails
MIT License
913 stars 97 forks source link

Fix deprecation in engine mounting #198

Closed atomaka closed 3 months ago

atomaka commented 3 months ago

Rails has marked mounting with hash syntax as a deprecation with removal coming in Rails 8.1 in https://github.com/rails/rails/pull/52422. This PR clears that deprecation.