File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ group :development do
6
6
gem "jekyll-last-modified-at"
7
7
gem "stringex"
8
8
gem "webrick"
9
+
10
+ # TODO: https://github.com/sass/dart-sass-embedded/issues/106
11
+ gem "jekyll-sass-converter" , "< 3.0"
9
12
end
10
13
11
14
group :jekyll_plugins do
Original file line number Diff line number Diff line change 11
11
eventmachine (1.2.7 )
12
12
ffi (1.15.5 )
13
13
forwardable-extended (2.6.0 )
14
- google-protobuf (3.21.12 )
15
14
http_parser.rb (0.8.0 )
16
15
i18n (1.12.0 )
17
16
concurrent-ruby (~> 1.0 )
34
33
jekyll-last-modified-at (1.3.0 )
35
34
jekyll (>= 3.7 , < 5.0 )
36
35
posix-spawn (~> 0.3.9 )
37
- jekyll-sass-converter (3.0 .0 )
38
- sass-embedded ( ~> 1.54 )
36
+ jekyll-sass-converter (2.2 .0 )
37
+ sassc ( > 2.0.1 , < 3.0 )
39
38
jekyll-watch (2.2.1 )
40
39
listen (~> 3.0 )
41
40
kramdown (2.4.0 )
52
51
forwardable-extended (~> 2.6 )
53
52
posix-spawn (0.3.15 )
54
53
public_suffix (5.0.1 )
55
- rake (13.0.6 )
56
54
rb-fsevent (0.11.2 )
57
55
rb-inotify (0.10.1 )
58
56
ffi (~> 1.0 )
59
57
rexml (3.2.5 )
60
58
rouge (4.0.1 )
61
59
safe_yaml (1.0.5 )
62
- sass-embedded (1.57.1 )
63
- google-protobuf (~> 3.21 )
64
- rake (>= 10.0.0 )
60
+ sassc (2.4.0 )
61
+ ffi (~> 1.9 )
65
62
stringex (2.8.5 )
66
63
terminal-table (3.0.2 )
67
64
unicode-display_width (>= 1.1.1 , < 3 )
@@ -78,6 +75,7 @@ PLATFORMS
78
75
DEPENDENCIES
79
76
jekyll (= 4.3.2 )
80
77
jekyll-last-modified-at
78
+ jekyll-sass-converter (< 3.0 )
81
79
match_regex
82
80
stringex
83
81
tzinfo (= 2.0.5 )
You can’t perform that action at this time.
0 commit comments