Skip to content

Commit 05cd786

Browse files
authored
Merge pull request #356 from remote-jp/update-ruby-version-to-3-4-4
Update Ruby version to `3.4.4` to enable OpenAI Codex by default
2 parents 2999c57 + ea04cec commit 05cd786

File tree

2 files changed

+104
-40
lines changed

2 files changed

+104
-40
lines changed

docs/.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.1
1+
3.4.4

docs/Gemfile.lock

Lines changed: 103 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GEM
22
remote: http://rubygems.org/
33
specs:
44
Ascii85 (2.0.1)
5-
activesupport (8.0.1)
5+
activesupport (8.0.2)
66
base64
77
benchmark (>= 0.3)
88
bigdecimal
@@ -18,46 +18,72 @@ GEM
1818
addressable (2.8.7)
1919
public_suffix (>= 2.0.2, < 7.0)
2020
afm (0.2.2)
21-
async (2.21.1)
21+
async (2.24.0)
2222
console (~> 1.29)
2323
fiber-annotation
24-
io-event (~> 1.6, >= 1.6.5)
24+
io-event (~> 1.9)
25+
metrics (~> 0.12)
26+
traces (~> 0.15)
2527
base64 (0.2.0)
2628
benchmark (0.4.0)
2729
bigdecimal (3.1.9)
2830
colorator (1.1.0)
29-
concurrent-ruby (1.3.4)
30-
connection_pool (2.5.0)
31-
console (1.29.2)
31+
concurrent-ruby (1.3.5)
32+
connection_pool (2.5.3)
33+
console (1.30.2)
3234
fiber-annotation
3335
fiber-local (~> 1.1)
3436
json
3537
crass (1.0.6)
36-
csv (3.3.2)
37-
drb (2.2.1)
38+
csv (3.3.4)
39+
drb (2.2.3)
3840
em-websocket (0.5.3)
3941
eventmachine (>= 0.12.9)
4042
http_parser.rb (~> 0)
4143
ethon (0.16.0)
4244
ffi (>= 1.15.0)
4345
eventmachine (1.2.7)
44-
ffi (1.17.1-arm64-darwin)
45-
ffi (1.17.1-x86_64-linux-gnu)
46+
ffi (1.17.2-aarch64-linux-gnu)
47+
ffi (1.17.2-aarch64-linux-musl)
48+
ffi (1.17.2-arm-linux-gnu)
49+
ffi (1.17.2-arm-linux-musl)
50+
ffi (1.17.2-arm64-darwin)
51+
ffi (1.17.2-x86_64-darwin)
52+
ffi (1.17.2-x86_64-linux-gnu)
53+
ffi (1.17.2-x86_64-linux-musl)
4654
fiber-annotation (0.2.0)
4755
fiber-local (1.1.0)
4856
fiber-storage
49-
fiber-storage (1.0.0)
57+
fiber-storage (1.0.1)
5058
forwardable-extended (2.6.0)
51-
git (2.3.3)
59+
git (3.1.0)
5260
activesupport (>= 5.0)
5361
addressable (~> 2.8)
54-
process_executer (~> 1.1)
55-
rchardet (~> 1.8)
56-
google-protobuf (4.29.2)
62+
process_executer (~> 1.3)
63+
rchardet (~> 1.9)
64+
google-protobuf (4.31.0)
65+
bigdecimal
66+
rake (>= 13)
67+
google-protobuf (4.31.0-aarch64-linux-gnu)
68+
bigdecimal
69+
rake (>= 13)
70+
google-protobuf (4.31.0-aarch64-linux-musl)
71+
bigdecimal
72+
rake (>= 13)
73+
google-protobuf (4.31.0-arm64-darwin)
74+
bigdecimal
75+
rake (>= 13)
76+
google-protobuf (4.31.0-x86_64-darwin)
77+
bigdecimal
78+
rake (>= 13)
79+
google-protobuf (4.31.0-x86_64-linux-gnu)
80+
bigdecimal
81+
rake (>= 13)
82+
google-protobuf (4.31.0-x86_64-linux-musl)
5783
bigdecimal
5884
rake (>= 13)
5985
hashery (2.1.2)
60-
html-proofer (5.0.9)
86+
html-proofer (5.0.10)
6187
addressable (~> 2.3)
6288
async (~> 2.1)
6389
nokogiri (~> 1.13)
@@ -67,20 +93,23 @@ GEM
6793
yell (~> 2.0)
6894
zeitwerk (~> 2.5)
6995
http_parser.rb (0.8.0)
70-
i18n (1.14.6)
96+
i18n (1.14.7)
7197
concurrent-ruby (~> 1.0)
72-
io-event (1.7.5)
73-
jekyll (4.3.4)
98+
io-event (1.10.1)
99+
jekyll (4.4.1)
74100
addressable (~> 2.4)
101+
base64 (~> 0.2)
75102
colorator (~> 1.0)
103+
csv (~> 3.0)
76104
em-websocket (~> 0.5)
77105
i18n (~> 1.0)
78106
jekyll-sass-converter (>= 2.0, < 4.0)
79107
jekyll-watch (~> 2.0)
108+
json (~> 2.6)
80109
kramdown (~> 2.3, >= 2.3.1)
81110
kramdown-parser-gfm (~> 1.0)
82111
liquid (~> 4.0)
83-
mercenary (>= 0.3.6, < 0.5)
112+
mercenary (~> 0.3, >= 0.3.6)
84113
pathutil (~> 0.9)
85114
rouge (>= 3.0, < 5.0)
86115
safe_yaml (~> 1.0)
@@ -91,15 +120,15 @@ GEM
91120
jekyll-paginate (1.1.0)
92121
jekyll-redirect-from (0.16.0)
93122
jekyll (>= 3.3, < 5.0)
94-
jekyll-sass-converter (3.0.0)
95-
sass-embedded (~> 1.54)
123+
jekyll-sass-converter (3.1.0)
124+
sass-embedded (~> 1.75)
96125
jekyll-seo-tag (2.8.0)
97126
jekyll (>= 3.8, < 5.0)
98127
jekyll-sitemap (1.4.0)
99128
jekyll (>= 3.7, < 5.0)
100129
jekyll-watch (2.2.1)
101130
listen (~> 3.0)
102-
json (2.9.1)
131+
json (2.12.2)
103132
kramdown (2.5.1)
104133
rexml (>= 3.3.9)
105134
kramdown-parser-gfm (1.1.0)
@@ -108,43 +137,68 @@ GEM
108137
listen (3.9.0)
109138
rb-fsevent (~> 0.10, >= 0.10.3)
110139
rb-inotify (~> 0.9, >= 0.9.10)
111-
logger (1.6.4)
140+
logger (1.7.0)
112141
mercenary (0.4.0)
113-
minitest (5.25.4)
114-
nokogiri (1.18.3-arm64-darwin)
142+
metrics (0.12.2)
143+
minitest (5.25.5)
144+
nokogiri (1.18.8-aarch64-linux-gnu)
145+
racc (~> 1.4)
146+
nokogiri (1.18.8-aarch64-linux-musl)
147+
racc (~> 1.4)
148+
nokogiri (1.18.8-arm-linux-gnu)
149+
racc (~> 1.4)
150+
nokogiri (1.18.8-arm-linux-musl)
151+
racc (~> 1.4)
152+
nokogiri (1.18.8-arm64-darwin)
153+
racc (~> 1.4)
154+
nokogiri (1.18.8-x86_64-darwin)
155+
racc (~> 1.4)
156+
nokogiri (1.18.8-x86_64-linux-gnu)
115157
racc (~> 1.4)
116-
nokogiri (1.18.3-x86_64-linux-gnu)
158+
nokogiri (1.18.8-x86_64-linux-musl)
117159
racc (~> 1.4)
118160
pathutil (0.16.2)
119161
forwardable-extended (~> 2.6)
120-
pdf-reader (2.13.0)
162+
pdf-reader (2.14.1)
121163
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
122164
afm (~> 0.2.1)
123165
hashery (~> 2.0)
124166
ruby-rc4
125167
ttfunk
126-
process_executer (1.2.0)
127-
public_suffix (6.0.1)
168+
process_executer (1.3.0)
169+
public_suffix (6.0.2)
128170
racc (1.8.1)
129171
rainbow (3.1.1)
130172
rake (13.2.1)
131173
rb-fsevent (0.11.2)
132174
rb-inotify (0.11.1)
133175
ffi (~> 1.0)
134176
rchardet (1.9.0)
135-
rexml (3.4.0)
136-
rouge (4.5.1)
177+
rexml (3.4.1)
178+
rouge (4.5.2)
137179
ruby-rc4 (0.1.5)
138180
safe_yaml (1.0.5)
139181
sanitize (7.0.0)
140182
crass (~> 1.0.2)
141183
nokogiri (>= 1.16.8)
142184
sass (3.7.4)
143185
sass-listen (~> 4.0.0)
144-
sass-embedded (1.83.1-arm64-darwin)
145-
google-protobuf (~> 4.29)
146-
sass-embedded (1.83.1-x86_64-linux-gnu)
147-
google-protobuf (~> 4.29)
186+
sass-embedded (1.89.0-aarch64-linux-gnu)
187+
google-protobuf (~> 4.31)
188+
sass-embedded (1.89.0-aarch64-linux-musl)
189+
google-protobuf (~> 4.31)
190+
sass-embedded (1.89.0-arm-linux-gnueabihf)
191+
google-protobuf (~> 4.31)
192+
sass-embedded (1.89.0-arm-linux-musleabihf)
193+
google-protobuf (~> 4.31)
194+
sass-embedded (1.89.0-arm64-darwin)
195+
google-protobuf (~> 4.31)
196+
sass-embedded (1.89.0-x86_64-darwin)
197+
google-protobuf (~> 4.31)
198+
sass-embedded (1.89.0-x86_64-linux-gnu)
199+
google-protobuf (~> 4.31)
200+
sass-embedded (1.89.0-x86_64-linux-musl)
201+
google-protobuf (~> 4.31)
148202
sass-listen (4.0.0)
149203
rb-fsevent (~> 0.9, >= 0.9.4)
150204
rb-inotify (~> 0.9, >= 0.9.7)
@@ -153,6 +207,7 @@ GEM
153207
sass (~> 3.3)
154208
terminal-table (3.0.2)
155209
unicode-display_width (>= 1.1.1, < 3)
210+
traces (0.15.2)
156211
ttfunk (1.8.0)
157212
bigdecimal (~> 3.1)
158213
typhoeus (1.4.1)
@@ -163,11 +218,20 @@ GEM
163218
uri (1.0.3)
164219
webrick (1.9.1)
165220
yell (2.2.2)
166-
zeitwerk (2.7.1)
221+
zeitwerk (2.7.3)
167222

168223
PLATFORMS
169-
arm64-darwin-21
224+
aarch64-linux-gnu
225+
aarch64-linux-musl
226+
arm-linux-gnu
227+
arm-linux-gnueabihf
228+
arm-linux-musl
229+
arm-linux-musleabihf
230+
arm64-darwin
231+
x86_64-darwin
170232
x86_64-linux
233+
x86_64-linux-gnu
234+
x86_64-linux-musl
171235

172236
DEPENDENCIES
173237
base64
@@ -188,4 +252,4 @@ DEPENDENCIES
188252
support-for
189253

190254
BUNDLED WITH
191-
2.6.2
255+
2.6.9

0 commit comments

Comments
 (0)