From 09111bcbe0bf487a434643dc2d25c9f8a8b6cd6a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2019 16:33:41 +0000 Subject: [PATCH] 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) --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0c5cfc1..2cf595b 100644 --- a/Gemfile +++ b/Gemfile @@ -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"