File tree Expand file tree Collapse file tree 4 files changed +204
-116
lines changed Expand file tree Collapse file tree 4 files changed +204
-116
lines changed Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
- gem "jekyll" , "4.3.1 "
3
+ gem "jekyll" , "4.3.2 "
4
4
5
5
group :development do
6
6
gem "jekyll-last-modified-at"
Original file line number Diff line number Diff line change 4
4
addressable (2.8.1 )
5
5
public_suffix (>= 2.0.2 , < 6.0 )
6
6
colorator (1.1.0 )
7
- concurrent-ruby (1.1.10 )
7
+ concurrent-ruby (1.2.0 )
8
8
em-websocket (0.5.3 )
9
9
eventmachine (>= 0.12.9 )
10
10
http_parser.rb (~> 0 )
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 )
14
15
http_parser.rb (0.8.0 )
15
16
i18n (1.12.0 )
16
17
concurrent-ruby (~> 1.0 )
17
- jekyll (4.3.1 )
18
+ jekyll (4.3.2 )
18
19
addressable (~> 2.4 )
19
20
colorator (~> 1.0 )
20
21
em-websocket (~> 0.5 )
33
34
jekyll-last-modified-at (1.3.0 )
34
35
jekyll (>= 3.7 , < 5.0 )
35
36
posix-spawn (~> 0.3.9 )
36
- jekyll-sass-converter (2.2 .0 )
37
- sassc ( > 2.0.1 , < 3.0 )
37
+ jekyll-sass-converter (3.0 .0 )
38
+ sass-embedded ( ~> 1.54 )
38
39
jekyll-watch (2.2.1 )
39
40
listen (~> 3.0 )
40
41
kramdown (2.4.0 )
41
42
rexml
42
43
kramdown-parser-gfm (1.1.0 )
43
44
kramdown (~> 2.0 )
44
- liquid (4.0.3 )
45
- listen (3.7.1 )
45
+ liquid (4.0.4 )
46
+ listen (3.8.0 )
46
47
rb-fsevent (~> 0.10 , >= 0.10.3 )
47
48
rb-inotify (~> 0.9 , >= 0.9.10 )
48
49
match_regex (0.1.0 )
49
50
mercenary (0.4.0 )
50
51
pathutil (0.16.2 )
51
52
forwardable-extended (~> 2.6 )
52
53
posix-spawn (0.3.15 )
53
- public_suffix (5.0.0 )
54
+ public_suffix (5.0.1 )
55
+ rake (13.0.6 )
54
56
rb-fsevent (0.11.2 )
55
57
rb-inotify (0.10.1 )
56
58
ffi (~> 1.0 )
57
59
rexml (3.2.5 )
58
- rouge (4.0.0 )
60
+ rouge (4.0.1 )
59
61
safe_yaml (1.0.5 )
60
- sassc (2.4.0 )
61
- ffi (~> 1.9 )
62
+ sass-embedded (1.57.1 )
63
+ google-protobuf (~> 3.21 )
64
+ rake (>= 10.0.0 )
62
65
stringex (2.8.5 )
63
66
terminal-table (3.0.2 )
64
67
unicode-display_width (>= 1.1.1 , < 3 )
65
68
tzinfo (2.0.5 )
66
69
concurrent-ruby (~> 1.0 )
67
- tzinfo-data (1.2022.6 )
70
+ tzinfo-data (1.2022.7 )
68
71
tzinfo (>= 1.0.0 )
69
- unicode-display_width (2.3.0 )
70
- webrick (1.7.0 )
72
+ unicode-display_width (2.4.2 )
73
+ webrick (1.8.1 )
71
74
72
75
PLATFORMS
73
76
ruby
74
77
75
78
DEPENDENCIES
76
- jekyll (= 4.3.1 )
79
+ jekyll (= 4.3.2 )
77
80
jekyll-last-modified-at
78
81
match_regex
79
82
stringex
Original file line number Diff line number Diff line change 30
30
"autoprefixer" : " 10.4.13" ,
31
31
"coffeelint" : " 2.1.0" ,
32
32
"coffeescript" : " 2.7.0" ,
33
- "grunt" : " 1.5.3 " ,
33
+ "grunt" : " 1.6.0 " ,
34
34
"grunt-assets-inline" : " 1.2.4" ,
35
35
"grunt-bump" : " 0.8.0" ,
36
36
"grunt-cache-bust" : " 1.7.0" ,
59
59
"grunt-uncss-inline" : " 1.2.7" ,
60
60
"grunt-xmlmin" : " 0.1.8" ,
61
61
"jit-grunt" : " 0.10.0" ,
62
- "postcss" : " 8.4.18 " ,
62
+ "postcss" : " 8.4.21 " ,
63
63
"sass" : " 1.57.1" ,
64
- "terser" : " 5.15.1 "
64
+ "terser" : " 5.16.2 "
65
65
},
66
66
"browserslist" : [
67
67
" >0.2%" ,
68
68
" not dead" ,
69
69
" not op_mini all"
70
70
],
71
71
"dependencies" : {
72
- "@percy/cli" : " ^1.13 .0"
72
+ "@percy/cli" : " ^1.17 .0"
73
73
}
74
74
}
You can’t perform that action at this time.
0 commit comments