Skip to content

Commit 43ecdcb

Browse files
committed
Exec: bundle update
1 parent 5eb4dc7 commit 43ecdcb

File tree

2 files changed

+39
-35
lines changed

2 files changed

+39
-35
lines changed

Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,4 @@ group :jekyll_plugins do
1414
end
1515

1616
# Declare to install bundled gems to fix warnings:
17-
# https://www.ruby-lang.org/ja/news/2024/12/25/ruby-3-4-0-released/
18-
# https://www.ruby-lang.org/ja/news/2023/12/25/ruby-3-3-0-released/
19-
gem 'csv'
20-
gem 'base64'
2117
gem 'logger'

Gemfile.lock

Lines changed: 39 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,42 @@ GEM
55
addressable (2.8.7)
66
public_suffix (>= 2.0.2, < 7.0)
77
afm (0.2.2)
8-
async (2.21.1)
8+
async (2.24.0)
99
console (~> 1.29)
1010
fiber-annotation
11-
io-event (~> 1.6, >= 1.6.5)
11+
io-event (~> 1.9)
12+
metrics (~> 0.12)
13+
traces (~> 0.15)
1214
base64 (0.2.0)
1315
bigdecimal (3.1.9)
1416
colorator (1.1.0)
15-
concurrent-ruby (1.3.4)
16-
console (1.29.2)
17+
concurrent-ruby (1.3.5)
18+
console (1.30.2)
1719
fiber-annotation
1820
fiber-local (~> 1.1)
1921
json
20-
csv (3.3.2)
22+
csv (3.3.4)
2123
em-websocket (0.5.3)
2224
eventmachine (>= 0.12.9)
2325
http_parser.rb (~> 0)
2426
ethon (0.16.0)
2527
ffi (>= 1.15.0)
2628
eventmachine (1.2.7)
27-
ffi (1.17.1-arm64-darwin)
28-
ffi (1.17.1-x86_64-linux-gnu)
29+
ffi (1.17.2-arm64-darwin)
30+
ffi (1.17.2-x86_64-linux-gnu)
2931
fiber-annotation (0.2.0)
3032
fiber-local (1.1.0)
3133
fiber-storage
32-
fiber-storage (1.0.0)
34+
fiber-storage (1.0.1)
3335
forwardable-extended (2.6.0)
34-
google-protobuf (4.29.2)
36+
google-protobuf (4.31.0-arm64-darwin)
37+
bigdecimal
38+
rake (>= 13)
39+
google-protobuf (4.31.0-x86_64-linux-gnu)
3540
bigdecimal
3641
rake (>= 13)
3742
hashery (2.1.2)
38-
html-proofer (5.0.9)
43+
html-proofer (5.0.10)
3944
addressable (~> 2.3)
4045
async (~> 2.1)
4146
nokogiri (~> 1.13)
@@ -45,32 +50,35 @@ GEM
4550
yell (~> 2.0)
4651
zeitwerk (~> 2.5)
4752
http_parser.rb (0.8.0)
48-
i18n (1.14.6)
53+
i18n (1.14.7)
4954
concurrent-ruby (~> 1.0)
50-
io-event (1.7.5)
51-
jekyll (4.3.4)
55+
io-event (1.10.1)
56+
jekyll (4.4.1)
5257
addressable (~> 2.4)
58+
base64 (~> 0.2)
5359
colorator (~> 1.0)
60+
csv (~> 3.0)
5461
em-websocket (~> 0.5)
5562
i18n (~> 1.0)
5663
jekyll-sass-converter (>= 2.0, < 4.0)
5764
jekyll-watch (~> 2.0)
65+
json (~> 2.6)
5866
kramdown (~> 2.3, >= 2.3.1)
5967
kramdown-parser-gfm (~> 1.0)
6068
liquid (~> 4.0)
61-
mercenary (>= 0.3.6, < 0.5)
69+
mercenary (~> 0.3, >= 0.3.6)
6270
pathutil (~> 0.9)
6371
rouge (>= 3.0, < 5.0)
6472
safe_yaml (~> 1.0)
6573
terminal-table (>= 1.8, < 4.0)
6674
webrick (~> 1.7)
67-
jekyll-sass-converter (3.0.0)
68-
sass-embedded (~> 1.54)
75+
jekyll-sass-converter (3.1.0)
76+
sass-embedded (~> 1.75)
6977
jekyll-sitemap (1.4.0)
7078
jekyll (>= 3.7, < 5.0)
7179
jekyll-watch (2.2.1)
7280
listen (~> 3.0)
73-
json (2.9.1)
81+
json (2.12.0)
7482
kramdown (2.5.1)
7583
rexml (>= 3.3.9)
7684
kramdown-parser-gfm (1.1.0)
@@ -79,53 +87,53 @@ GEM
7987
listen (3.9.0)
8088
rb-fsevent (~> 0.10, >= 0.10.3)
8189
rb-inotify (~> 0.9, >= 0.9.10)
82-
logger (1.6.4)
90+
logger (1.7.0)
8391
mercenary (0.4.0)
84-
nokogiri (1.18.1-arm64-darwin)
92+
metrics (0.12.2)
93+
nokogiri (1.18.8-arm64-darwin)
8594
racc (~> 1.4)
86-
nokogiri (1.18.1-x86_64-linux-gnu)
95+
nokogiri (1.18.8-x86_64-linux-gnu)
8796
racc (~> 1.4)
8897
pathutil (0.16.2)
8998
forwardable-extended (~> 2.6)
90-
pdf-reader (2.13.0)
99+
pdf-reader (2.14.1)
91100
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
92101
afm (~> 0.2.1)
93102
hashery (~> 2.0)
94103
ruby-rc4
95104
ttfunk
96-
public_suffix (6.0.1)
105+
public_suffix (6.0.2)
97106
racc (1.8.1)
98107
rainbow (3.1.1)
99108
rake (13.2.1)
100109
rb-fsevent (0.11.2)
101110
rb-inotify (0.11.1)
102111
ffi (~> 1.0)
103-
rexml (3.4.0)
104-
rouge (4.5.1)
112+
rexml (3.4.1)
113+
rouge (4.5.2)
105114
ruby-rc4 (0.1.5)
106115
safe_yaml (1.0.5)
107-
sass-embedded (1.83.0-arm64-darwin)
108-
google-protobuf (~> 4.28)
109-
sass-embedded (1.83.0-x86_64-linux-gnu)
110-
google-protobuf (~> 4.28)
116+
sass-embedded (1.89.0-arm64-darwin)
117+
google-protobuf (~> 4.31)
118+
sass-embedded (1.89.0-x86_64-linux-gnu)
119+
google-protobuf (~> 4.31)
111120
terminal-table (3.0.2)
112121
unicode-display_width (>= 1.1.1, < 3)
122+
traces (0.15.2)
113123
ttfunk (1.8.0)
114124
bigdecimal (~> 3.1)
115125
typhoeus (1.4.1)
116126
ethon (>= 0.9.0)
117127
unicode-display_width (2.6.0)
118128
webrick (1.9.1)
119129
yell (2.2.2)
120-
zeitwerk (2.7.1)
130+
zeitwerk (2.7.3)
121131

122132
PLATFORMS
123133
arm64-darwin-21
124134
x86_64-linux
125135

126136
DEPENDENCIES
127-
base64
128-
csv
129137
html-proofer
130138
jekyll
131139
jekyll-sitemap

0 commit comments

Comments
 (0)