In order to address a security vulnerability, we have updated FontCustom to version 2.0.0 in Bedrock 1.6.
In order for the icon font generation to continue working, you need to have woff2
installed on your system. Instructions are in the google/woff2 repository.
Don’t forget to move the commands to a folder from where commands can be executed. If you use MacOS this is typically something like /usr/local/bin
.
Since the Gemfile updated, you will need to run bundle install
when updating existing projects. First you would upgrade Bedrock and then you would run bundle install
again.