Updated jekyll assets to 3.0.12 and sprockets to 4.0

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-02-26 20:15:07 +01:00
parent 856dd8244b
commit 9cd87c08cf
2 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ gem 'jekyll', '~> 3.8.4'
group :jekyll_plugins do
gem 'autoprefixer-rails'
gem 'bootstrap', '~> 4.3.1'
gem 'jekyll-assets', '~> 3.0.9'
gem 'jekyll-assets', '~> 3.0.12'
gem 'jekyll-avatar'
gem 'jekyll-coffeescript'
gem 'jekyll-commonmark-ghpages'
@ -27,7 +27,7 @@ group :jekyll_plugins do
gem 'jekyll-sitemap'
gem 'jekyll-titles-from-headings'
gem 'jemoji'
gem 'sprockets'
gem 'sprockets', '~> 4.0.0beta8'
gem 'uglifier'
end
gem 'jekyll-sass-converter', '~> 1.5.2'