Skip to content

Commit d25b6f5

Browse files
committed
Update dependencies
1 parent 06b90ca commit d25b6f5

File tree

1 file changed

+37
-28
lines changed

1 file changed

+37
-28
lines changed

Gemfile.lock

Lines changed: 37 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,43 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.1.7.4)
4+
activesupport (7.1.3.3)
5+
base64
6+
bigdecimal
57
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
connection_pool (>= 2.2.5)
9+
drb
610
i18n (>= 1.6, < 2)
711
minitest (>= 5.1)
12+
mutex_m
813
tzinfo (~> 2.0)
9-
zeitwerk (~> 2.3)
10-
addressable (2.8.5)
14+
addressable (2.8.6)
1115
public_suffix (>= 2.0.2, < 6.0)
16+
base64 (0.2.0)
17+
bigdecimal (3.1.8)
1218
coffee-script (2.4.1)
1319
coffee-script-source
1420
execjs
1521
coffee-script-source (1.11.1)
1622
colorator (1.1.0)
1723
commonmarker (0.23.10)
18-
concurrent-ruby (1.2.2)
19-
dnsruby (1.70.0)
24+
concurrent-ruby (1.3.1)
25+
connection_pool (2.4.1)
26+
dnsruby (1.72.1)
2027
simpleidn (~> 0.2.1)
28+
drb (2.2.1)
2129
em-websocket (0.5.3)
2230
eventmachine (>= 0.12.9)
2331
http_parser.rb (~> 0)
2432
ethon (0.16.0)
2533
ffi (>= 1.15.0)
2634
eventmachine (1.2.7)
27-
execjs (2.8.1)
28-
faraday (2.7.10)
29-
faraday-net_http (>= 2.0, < 3.1)
30-
ruby2_keywords (>= 0.0.4)
31-
faraday-net_http (3.0.2)
32-
ffi (1.15.5)
35+
execjs (2.9.1)
36+
faraday (2.9.0)
37+
faraday-net_http (>= 2.0, < 3.2)
38+
faraday-net_http (3.1.0)
39+
net-http
40+
ffi (1.16.3)
3341
forwardable-extended (2.6.0)
3442
gemoji (3.0.1)
3543
github-pages (228)
@@ -87,7 +95,7 @@ GEM
8795
activesupport (>= 2)
8896
nokogiri (>= 1.4)
8997
http_parser.rb (0.8.0)
90-
i18n (1.14.1)
98+
i18n (1.14.5)
9199
concurrent-ruby (~> 1.0)
92100
jekyll (3.9.3)
93101
addressable (~> 2.4)
@@ -202,32 +210,35 @@ GEM
202210
kramdown-parser-gfm (1.1.0)
203211
kramdown (~> 2.0)
204212
liquid (4.0.4)
205-
listen (3.8.0)
213+
listen (3.9.0)
206214
rb-fsevent (~> 0.10, >= 0.10.3)
207215
rb-inotify (~> 0.9, >= 0.9.10)
208216
mercenary (0.3.6)
209217
minima (2.5.1)
210218
jekyll (>= 3.5, < 5.0)
211219
jekyll-feed (~> 0.9)
212220
jekyll-seo-tag (~> 2.1)
213-
minitest (5.19.0)
214-
nokogiri (1.13.10-arm64-darwin)
221+
minitest (5.23.1)
222+
mutex_m (0.2.0)
223+
net-http (0.4.1)
224+
uri
225+
nokogiri (1.16.5-arm64-darwin)
215226
racc (~> 1.4)
216-
nokogiri (1.13.10-x86_64-darwin)
227+
nokogiri (1.16.5-x86_64-darwin)
217228
racc (~> 1.4)
218229
octokit (4.25.1)
219230
faraday (>= 1, < 3)
220231
sawyer (~> 0.9)
221232
pathutil (0.16.2)
222233
forwardable-extended (~> 2.6)
223234
public_suffix (4.0.7)
224-
racc (1.7.1)
235+
racc (1.8.0)
225236
rb-fsevent (0.11.2)
226-
rb-inotify (0.10.1)
237+
rb-inotify (0.11.1)
227238
ffi (~> 1.0)
228-
rexml (3.2.6)
239+
rexml (3.2.8)
240+
strscan (>= 3.0.9)
229241
rouge (3.26.0)
230-
ruby2_keywords (0.0.5)
231242
rubyzip (2.3.2)
232243
safe_yaml (1.0.5)
233244
sass (3.7.4)
@@ -238,28 +249,26 @@ GEM
238249
sawyer (0.9.2)
239250
addressable (>= 2.3.5)
240251
faraday (>= 0.17.3, < 3)
241-
simpleidn (0.2.1)
242-
unf (~> 0.1.4)
252+
simpleidn (0.2.3)
253+
strscan (3.1.0)
243254
terminal-table (1.8.0)
244255
unicode-display_width (~> 1.1, >= 1.1.1)
245-
typhoeus (1.4.0)
256+
typhoeus (1.4.1)
246257
ethon (>= 0.9.0)
247258
tzinfo (2.0.6)
248259
concurrent-ruby (~> 1.0)
249-
unf (0.1.4)
250-
unf_ext
251-
unf_ext (0.0.8.2)
252260
unicode-display_width (1.8.0)
261+
uri (0.13.0)
253262
webrick (1.8.1)
254-
zeitwerk (2.6.11)
255263

256264
PLATFORMS
257265
arm64-darwin-22
266+
arm64-darwin-23
258267
x86_64-darwin-21
259268

260269
DEPENDENCIES
261270
github-pages (~> 228)
262271
webrick (~> 1.8)
263272

264273
BUNDLED WITH
265-
2.4.6
274+
2.5.11

0 commit comments

Comments
 (0)