From 960d99faa3e9ce5bee7854623807408b04e6da79 Mon Sep 17 00:00:00 2001 From: Yorgos Saslis <2420882+gsaslis@users.noreply.github.com> Date: Sat, 21 Dec 2019 21:44:00 +0200 Subject: [PATCH] Fixed `wrong number of arguments` error Fixes #195 and #198 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 398762021..c70e24c6d 100644 --- a/Gemfile +++ b/Gemfile @@ -10,5 +10,5 @@ gem "jekyll-sitemap" gem "jemoji" gem "mini_magick" gem "sass" -gem "sprockets" +gem "sprockets", "~> 3.7" gem "uglifier"