mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-11 23:17:48 +00:00
This removes millions of deprecation warnings like the following ``` [DEPRECATION] `symbol_position: :before` is deprecated - you can replace it with `format: %u %n` ``` from the build. It gets printed every time a `Spree::Money` is instantiated. This should result in a non-negligible speed up of the test suite.