File tree Expand file tree Collapse file tree 2 files changed +19
-18
lines changed Expand file tree Collapse file tree 2 files changed +19
-18
lines changed Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
- gem "jekyll" , "4.2.2 "
3
+ gem "jekyll" , "4.3.1 "
4
4
5
5
group :development do
6
6
gem "jekyll-last-modified-at"
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- addressable (2.8.0 )
5
- public_suffix (>= 2.0.2 , < 5 .0 )
4
+ addressable (2.8.1 )
5
+ public_suffix (>= 2.0.2 , < 6 .0 )
6
6
colorator (1.1.0 )
7
7
concurrent-ruby (1.1.10 )
8
8
em-websocket (0.5.3 )
12
12
ffi (1.15.5 )
13
13
forwardable-extended (2.6.0 )
14
14
http_parser.rb (0.8.0 )
15
- i18n (1.10 .0 )
15
+ i18n (1.12 .0 )
16
16
concurrent-ruby (~> 1.0 )
17
- jekyll (4.2.2 )
17
+ jekyll (4.3.1 )
18
18
addressable (~> 2.4 )
19
19
colorator (~> 1.0 )
20
20
em-websocket (~> 0.5 )
21
21
i18n (~> 1.0 )
22
- jekyll-sass-converter (~> 2 .0 )
22
+ jekyll-sass-converter (>= 2.0 , < 4 .0 )
23
23
jekyll-watch (~> 2.0 )
24
- kramdown (~> 2.3 )
24
+ kramdown (~> 2.3 , >= 2.3.1 )
25
25
kramdown-parser-gfm (~> 1.0 )
26
26
liquid (~> 4.0 )
27
- mercenary (~> 0.4.0 )
27
+ mercenary (>= 0.3.6 , < 0.5 )
28
28
pathutil (~> 0.9 )
29
- rouge (~> 3 .0 )
29
+ rouge (>= 3.0 , < 5 .0 )
30
30
safe_yaml (~> 1.0 )
31
- terminal-table (~> 2.0 )
31
+ terminal-table (>= 1.8 , < 4.0 )
32
+ webrick (~> 1.7 )
32
33
jekyll-last-modified-at (1.3.0 )
33
34
jekyll (>= 3.7 , < 5.0 )
34
35
posix-spawn (~> 0.3.9 )
35
36
jekyll-sass-converter (2.2.0 )
36
37
sassc (> 2.0.1 , < 3.0 )
37
38
jekyll-watch (2.2.1 )
38
39
listen (~> 3.0 )
39
- kramdown (2.3.2 )
40
+ kramdown (2.4.0 )
40
41
rexml
41
42
kramdown-parser-gfm (1.1.0 )
42
43
kramdown (~> 2.0 )
49
50
pathutil (0.16.2 )
50
51
forwardable-extended (~> 2.6 )
51
52
posix-spawn (0.3.15 )
52
- public_suffix (4 .0.6 )
53
- rb-fsevent (0.11.1 )
53
+ public_suffix (5 .0.0 )
54
+ rb-fsevent (0.11.2 )
54
55
rb-inotify (0.10.1 )
55
56
ffi (~> 1.0 )
56
57
rexml (3.2.5 )
57
- rouge (3.28 .0 )
58
+ rouge (4.0 .0 )
58
59
safe_yaml (1.0.5 )
59
60
sassc (2.4.0 )
60
61
ffi (~> 1.9 )
61
62
stringex (2.8.5 )
62
- terminal-table (2 .0.0 )
63
- unicode-display_width (~> 1.1 , > = 1.1.1 )
63
+ terminal-table (3 .0.2 )
64
+ unicode-display_width (> = 1.1.1 , < 3 )
64
65
tzinfo (2.0.5 )
65
66
concurrent-ruby (~> 1.0 )
66
67
tzinfo-data (1.2022.3 )
67
68
tzinfo (>= 1.0.0 )
68
- unicode-display_width (1.8 .0 )
69
+ unicode-display_width (2.3 .0 )
69
70
webrick (1.7.0 )
70
71
71
72
PLATFORMS
72
73
ruby
73
74
74
75
DEPENDENCIES
75
- jekyll (= 4.2.2 )
76
+ jekyll (= 4.3.1 )
76
77
jekyll-last-modified-at
77
78
match_regex
78
79
stringex
You can’t perform that action at this time.
0 commit comments