Skip to content

Commit

Permalink
Avoid version 3.0 of jekyll-sass-converter for the moment
Browse files Browse the repository at this point in the history
To fix build issues in Github pages

cf helaili/jekyll-action#150
  • Loading branch information
philou committed Jan 18, 2023
1 parent d20b799 commit 6d01e4d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -5,6 +5,8 @@ gem "minimal-mistakes-jekyll"
gem "jekyll-redirect-from"
gem "kramdown-parser-gfm"

gem "jekyll-sass-converter", "~> 2.0" # To fix sass_embedded build error in github pages cf https://github.com/helaili/jekyll-action/issues/150

group :jekyll_plugins do
gem "jekyll-archives"
gem "jekyll-compose"
Expand Down
17 changes: 7 additions & 10 deletions Gemfile.lock
Expand Up @@ -23,8 +23,6 @@ GEM
ffi (1.15.5-x64-mingw32)
forwardable-extended (2.6.0)
gemoji (4.0.1)
google-protobuf (3.21.12)
google-protobuf (3.21.12-x64-mingw32)
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
Expand Down Expand Up @@ -60,8 +58,8 @@ GEM
jekyll-paginate (1.1.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-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
Expand Down Expand Up @@ -100,19 +98,17 @@ GEM
forwardable-extended (~> 2.6)
public_suffix (5.0.1)
racc (1.6.2)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (4.0.1)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sass-embedded (1.57.1)
google-protobuf (~> 3.21)
rake (>= 10.0.0)
sass-embedded (1.57.1-x64-mingw32)
google-protobuf (~> 3.21)
sassc (2.4.0)
ffi (~> 1.9)
sassc (2.4.0-x64-mingw32)
ffi (~> 1.9)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
Expand All @@ -136,6 +132,7 @@ DEPENDENCIES
jekyll-compose
jekyll-feed
jekyll-redirect-from
jekyll-sass-converter (~> 2.0)
jemoji
kramdown-parser-gfm
minimal-mistakes-jekyll
Expand Down

0 comments on commit 6d01e4d

Please sign in to comment.