File tree Expand file tree Collapse file tree 4 files changed +16
-13
lines changed Expand file tree Collapse file tree 4 files changed +16
-13
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 .0"
3
+ gem "jekyll" , "~> 4.3 .0"
4
4
gem "kramdown" , ">= 2.3.1"
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.1 )
4
+ addressable (2.8.2 )
5
5
public_suffix (>= 2.0.2 , < 6.0 )
6
6
colorator (1.1.0 )
7
- concurrent-ruby (1.2.0 )
7
+ concurrent-ruby (1.2.2 )
8
8
em-websocket (0.5.3 )
9
9
eventmachine (>= 0.12.9 )
10
10
http_parser.rb (~> 0 )
14
14
http_parser.rb (0.8.0 )
15
15
i18n (1.12.0 )
16
16
concurrent-ruby (~> 1.0 )
17
- jekyll (4.2 .2 )
17
+ jekyll (4.3 .2 )
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-sass-converter (2.2.0 )
33
34
sassc (> 2.0.1 , < 3.0 )
34
35
jekyll-watch (2.2.1 )
56
57
terminal-table (2.0.0 )
57
58
unicode-display_width (~> 1.1 , >= 1.1.1 )
58
59
unicode-display_width (1.8.0 )
60
+ webrick (1.8.1 )
59
61
60
62
PLATFORMS
61
63
x86_64-darwin-21
64
+ x86_64-linux
62
65
63
66
DEPENDENCIES
64
- jekyll (~> 4.2 .0 )
67
+ jekyll (~> 4.3 .0 )
65
68
kramdown (>= 2.3.1 )
66
69
67
70
BUNDLED WITH
Original file line number Diff line number Diff line change 1
1
<!-- Jquery -->
2
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0 /jquery.min.js "> </ script >
2
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.4 /jquery.min.js "> </ script >
3
3
<!-- Github functions -->
4
4
< script async defer src ="https://buttons.github.io/buttons.js "> </ script >
5
5
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ kotlin = "1.8.10"
10
10
kotest = " 5.5.5"
11
11
javaSmt = " 3.14.3"
12
12
javaCompileTesting = " 0.21.0"
13
- apacheCommonsText = " 1.9 "
13
+ apacheCommonsText = " 1.10.0 "
14
14
sarif4k = " 0.3.0"
15
15
kotlinBinaryCompatibilityValidator = " 0.13.0"
16
16
detekt = " 1.22.0"
17
- kotlinxSerialization = " 1.5.0-RC "
17
+ kotlinxSerialization = " 1.5.0"
18
18
ksp = " 1.8.10-1.0.9"
19
19
20
20
[libraries ]
You can’t perform that action at this time.
0 commit comments