This pull request adds support for Font Awesome version 5. Although Font Awesome itself has undergone a few breaking changes with the release of version 5, the font-awesome-sass gem appears to have not. As stated in the README, this change would allow end users to specify either version 4 or 5 in their Gemfiles.
Changed
Depend on font-awesome-sass version >= 4 and ~> 5.
This pull request adds support for Font Awesome version 5. Although Font Awesome itself has undergone a few breaking changes with the release of version 5, the
font-awesome-sass
gem appears to have not. As stated in the README, this change would allow end users to specify either version 4 or 5 in their Gemfiles.Changed
font-awesome-sass
version>= 4
and~> 5
.