Skip to content

Commit

Permalink
fix: jekyll sass dep issue, ref sass/dart-sass-embedded#106
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Jan 31, 2023
1 parent 8f260c2 commit 7550db9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ group :development do
gem "jekyll-last-modified-at"
gem "stringex"
gem "webrick"

# TODO: https://github.com/sass/dart-sass-embedded/issues/106
gem "jekyll-sass-converter", "< 3.0"
end

group :jekyll_plugins do
Expand Down
12 changes: 5 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ GEM
eventmachine (1.2.7)
ffi (1.15.5)
forwardable-extended (2.6.0)
google-protobuf (3.21.12)
http_parser.rb (0.8.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
Expand All @@ -34,8 +33,8 @@ GEM
jekyll-last-modified-at (1.3.0)
jekyll (>= 3.7, < 5.0)
posix-spawn (~> 0.3.9)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
Expand All @@ -52,16 +51,14 @@ GEM
forwardable-extended (~> 2.6)
posix-spawn (0.3.15)
public_suffix (5.0.1)
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)
stringex (2.8.5)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand All @@ -78,6 +75,7 @@ PLATFORMS
DEPENDENCIES
jekyll (= 4.3.2)
jekyll-last-modified-at
jekyll-sass-converter (< 3.0)
match_regex
stringex
tzinfo (= 2.0.5)
Expand Down

0 comments on commit 7550db9

Please sign in to comment.