Reduced sprockets to version 3.x

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-12-28 18:33:22 +01:00
parent 0f7d3f0909
commit 4514ab9b1f
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ group :jekyll_plugins do
gem 'jekyll-sitemap'
gem 'jekyll-titles-from-headings'
gem 'jemoji'
gem 'sprockets', '~> 4.0.beta'
gem 'sprockets'
gem 'uglifier'
end
gem 'jekyll-sass-converter'