Skip to content

Commit 61fad78

Browse files
committed
fix build by updating gemfile and gemfile.lock
1 parent 0eebc73 commit 61fad78

File tree

3 files changed

+26
-22
lines changed

3 files changed

+26
-22
lines changed

.bundle/config

Lines changed: 0 additions & 2 deletions
This file was deleted.

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem "jekyll"#, "~> 4.2.0"
88
gem "jekyll-feed", "~> 0.12"
99
gem "jekyll-sitemap", "~> 1.4"
1010
gem "jekyll-sass-converter", "~> 2.1"
11-
gem "nokogiri"
11+
gem "nokogiri", "~> 1.18.0"
1212

1313
gem "webrick" # Local server
1414

Gemfile.lock

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,35 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6+
base64 (0.3.0)
67
colorator (1.1.0)
7-
concurrent-ruby (1.3.4)
8+
concurrent-ruby (1.3.5)
9+
csv (3.3.5)
810
em-websocket (0.5.3)
911
eventmachine (>= 0.12.9)
1012
http_parser.rb (~> 0)
1113
eventmachine (1.2.7)
12-
ffi (1.17.0-arm64-darwin)
13-
ffi (1.17.0-x64-mingw-ucrt)
14-
ffi (1.17.0-x86_64-linux)
14+
ffi (1.17.2-arm64-darwin)
15+
ffi (1.17.2-x64-mingw-ucrt)
16+
ffi (1.17.2-x86_64-linux-gnu)
1517
forwardable-extended (2.6.0)
1618
http_parser.rb (0.8.0)
17-
i18n (1.14.5)
19+
i18n (1.14.7)
1820
concurrent-ruby (~> 1.0)
19-
jekyll (4.3.3)
21+
jekyll (4.4.1)
2022
addressable (~> 2.4)
23+
base64 (~> 0.2)
2124
colorator (~> 1.0)
25+
csv (~> 3.0)
2226
em-websocket (~> 0.5)
2327
i18n (~> 1.0)
2428
jekyll-sass-converter (>= 2.0, < 4.0)
2529
jekyll-watch (~> 2.0)
30+
json (~> 2.6)
2631
kramdown (~> 2.3, >= 2.3.1)
2732
kramdown-parser-gfm (~> 1.0)
2833
liquid (~> 4.0)
29-
mercenary (>= 0.3.6, < 0.5)
34+
mercenary (~> 0.3, >= 0.3.6)
3035
pathutil (~> 0.9)
3136
rouge (>= 3.0, < 5.0)
3237
safe_yaml (~> 1.0)
@@ -47,47 +52,48 @@ GEM
4752
jekyll (>= 3.7, < 5.0)
4853
jekyll-watch (2.2.1)
4954
listen (~> 3.0)
50-
kramdown (2.4.0)
51-
rexml
55+
json (2.13.2)
56+
kramdown (2.5.1)
57+
rexml (>= 3.3.9)
5258
kramdown-parser-gfm (1.1.0)
5359
kramdown (~> 2.0)
5460
liquid (4.0.4)
5561
listen (3.9.0)
5662
rb-fsevent (~> 0.10, >= 0.10.3)
5763
rb-inotify (~> 0.9, >= 0.9.10)
5864
mercenary (0.4.0)
59-
minima (2.5.1)
65+
minima (2.5.2)
6066
jekyll (>= 3.5, < 5.0)
6167
jekyll-feed (~> 0.9)
6268
jekyll-seo-tag (~> 2.1)
6369
nokogiri (1.18.9-arm64-darwin)
6470
racc (~> 1.4)
6571
nokogiri (1.18.9-x64-mingw-ucrt)
6672
racc (~> 1.4)
67-
nokogiri (1.18.9-x86_64-linux)
73+
nokogiri (1.18.9-x86_64-linux-gnu)
6874
racc (~> 1.4)
6975
pathutil (0.16.2)
7076
forwardable-extended (~> 2.6)
71-
public_suffix (6.0.1)
77+
public_suffix (6.0.2)
7278
racc (1.8.1)
7379
rb-fsevent (0.11.2)
7480
rb-inotify (0.11.1)
7581
ffi (~> 1.0)
76-
rexml (3.3.9)
77-
rouge (4.3.0)
78-
rubyzip (2.3.2)
82+
rexml (3.4.3)
83+
rouge (4.6.0)
84+
rubyzip (2.4.1)
7985
safe_yaml (1.0.5)
8086
sassc (2.4.0)
8187
ffi (~> 1.9)
8288
terminal-table (3.0.2)
8389
unicode-display_width (>= 1.1.1, < 3)
8490
tzinfo (2.0.6)
8591
concurrent-ruby (~> 1.0)
86-
tzinfo-data (1.2024.1)
92+
tzinfo-data (1.2025.2)
8793
tzinfo (>= 1.0.0)
88-
unicode-display_width (2.5.0)
94+
unicode-display_width (2.6.0)
8995
wdm (0.1.1)
90-
webrick (1.8.2)
96+
webrick (1.9.1)
9197

9298
PLATFORMS
9399
arm64-darwin-24
@@ -101,7 +107,7 @@ DEPENDENCIES
101107
jekyll-sass-converter (~> 2.1)
102108
jekyll-sitemap (~> 1.4)
103109
minima
104-
nokogiri
110+
nokogiri (~> 1.18.0)
105111
tzinfo-data
106112
wdm (~> 0.1.0)
107113
webrick

0 commit comments

Comments
 (0)