Updates the requirements on [font-awesome-sass](https://github.com/FortAwesome/font-awesome-sass) to permit the latest version. - [Release notes](https://github.com/FortAwesome/font-awesome-sass/releases) - [Commits](https://github.com/FortAwesome/font-awesome-sass/compare/4.7.0...5.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
9 lines
317 B
Ruby
9 lines
317 B
Ruby
source 'https://rubygems.org'
|
|
gem 'jekyll-sitemap', group: :jekyll_plugins
|
|
gem 'jekyll-seo-tag', group: :jekyll_plugins
|
|
gem "jekyll-gravatar", "~> 0.1.0", group: :jekyll_plugins
|
|
gem "jekyll-assets", "~> 2.4.0", group: :jekyll_plugins
|
|
gem 'sprockets-es6'
|
|
|
|
gem "bootstrap", ">= 4.3.1"
|
|
gem "font-awesome-sass", "~> 5.9"
|