diff --git a/Gemfile b/Gemfile index 083c176..717c262 100644 --- a/Gemfile +++ b/Gemfile @@ -13,6 +13,10 @@ gem "jekyll", "~> 4.3.2" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima"#, "~> 2.5" +# To avoid errors about minima division: +# https://github.com/jekyll/minima/issues/709 +gem "jekyll-sass-converter", "~> 2.2.0" + gem "sass-embedded", "1.54.6" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and diff --git a/Gemfile.lock b/Gemfile.lock index a74c62c..eab1369 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,8 +39,8 @@ GEM jekyll (>= 3.7, < 5.0) jekyll-redirect-from (0.16.0) jekyll (>= 3.3, < 5.0) - jekyll-sass-converter (3.0.0) - sass-embedded (~> 1.54) + jekyll-sass-converter (2.2.0) + sassc (> 2.0.1, < 3.0) jekyll-seo-tag (2.8.0) jekyll (>= 3.8, < 5.0) jekyll-sitemap (1.4.0) @@ -73,6 +73,8 @@ GEM sass-embedded (1.54.6) google-protobuf (~> 3.19) rake (>= 10.0.0) + sassc (2.4.0) + ffi (~> 1.9) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.4.2) @@ -86,6 +88,7 @@ DEPENDENCIES jekyll-cloudinary jekyll-feed jekyll-redirect-from + jekyll-sass-converter (~> 2.2.0) jekyll-sitemap minima sass-embedded (= 1.54.6)