Skip to content

Commit

Permalink
workaround for helaili/jekyll-action#150
Browse files Browse the repository at this point in the history
  • Loading branch information
lexming committed Jan 22, 2023
1 parent 04f40ea commit 7726136
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -12,6 +12,10 @@ source "https://rubygems.org"
# Happy Jekylling!
gem "jekyll", "~> 4.3", ">= 4.3.1"

# Lock jekyll-sass-converter to v2
# see issue https://github.com/helaili/jekyll-action/issues/150
gem "jekyll-sass-converter", "~> 2.0"

# Jekyll theme
gem "jekyll-theme-chirpy", "~> 5.4", ">= 5.4.0"

Expand Down
12 changes: 5 additions & 7 deletions Gemfile.lock
Expand Up @@ -17,7 +17,6 @@ GEM
ffi (1.15.5)
forwardable-extended (2.6.0)
gemoji (4.0.1)
google-protobuf (3.21.12-x86_64-linux)
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
Expand Down Expand Up @@ -45,8 +44,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-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
Expand Down Expand Up @@ -80,16 +79,14 @@ 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)
safe_yaml (1.0.5)
sass-embedded (1.57.1)
google-protobuf (~> 3.21)
rake (>= 10.0.0)
sassc (2.4.0)
ffi (~> 1.9)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.5)
Expand All @@ -102,6 +99,7 @@ PLATFORMS

DEPENDENCIES
jekyll (~> 4.3, >= 4.3.1)
jekyll-sass-converter (~> 2.0)
jekyll-theme-chirpy (~> 5.4, >= 5.4.0)
jemoji

Expand Down

0 comments on commit 7726136

Please sign in to comment.