Update jekyll-assets requirement from ~> 2.4.0 to ~> 3.0.12

Updates the requirements on [jekyll-assets](https://github.com/ixti/jekyll-assets) to permit the latest version.
- [Release notes](https://github.com/ixti/jekyll-assets/releases)
- [Changelog](https://github.com/envygeeks/jekyll-assets/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ixti/jekyll-assets/compare/v2.4.0...v3.0.12)
This commit is contained in:
dependabot-preview[bot] 2019-08-19 16:33:41 +00:00 committed by GitHub
commit 09111bcbe0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ 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 "jekyll-assets", "~> 3.0.12", group: :jekyll_plugins
gem 'sprockets-es6'
gem "bootstrap", ">= 4.3.1"