Skip to content

Commit 43d7dff

Browse files
Changed: Bump dependencies
1 parent 9506de4 commit 43d7dff

File tree

1 file changed

+25
-24
lines changed

1 file changed

+25
-24
lines changed

Diff for: Gemfile.lock

+25-24
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.0.0)
4+
activesupport (8.0.1)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -18,17 +18,18 @@ GEM
1818
public_suffix (>= 2.0.2, < 7.0)
1919
base64 (0.2.0)
2020
benchmark (0.4.0)
21-
bigdecimal (3.1.8)
21+
bigdecimal (3.1.9)
2222
coffee-script (2.4.1)
2323
coffee-script-source
2424
execjs
2525
coffee-script-source (1.12.2)
2626
colorator (1.1.0)
27-
commonmarker (0.23.10)
28-
concurrent-ruby (1.3.4)
29-
connection_pool (2.4.1)
30-
csv (3.3.0)
31-
dnsruby (1.72.2)
27+
commonmarker (0.23.11)
28+
concurrent-ruby (1.3.5)
29+
connection_pool (2.5.0)
30+
csv (3.3.2)
31+
dnsruby (1.72.3)
32+
base64 (~> 0.2.0)
3233
simpleidn (~> 0.2.1)
3334
drb (2.2.1)
3435
em-websocket (0.5.3)
@@ -38,13 +39,13 @@ GEM
3839
ffi (>= 1.15.0)
3940
eventmachine (1.2.7)
4041
execjs (2.10.0)
41-
faraday (2.12.0)
42-
faraday-net_http (>= 2.0, < 3.4)
42+
faraday (2.12.2)
43+
faraday-net_http (>= 2.0, < 3.5)
4344
json
4445
logger
45-
faraday-net_http (3.3.0)
46-
net-http
47-
ffi (1.17.0)
46+
faraday-net_http (3.4.0)
47+
net-http (>= 0.5.0)
48+
ffi (1.17.1-x86_64-linux-gnu)
4849
forwardable-extended (2.6.0)
4950
gemoji (4.1.0)
5051
github-pages (232)
@@ -103,7 +104,7 @@ GEM
103104
activesupport (>= 2)
104105
nokogiri (>= 1.4)
105106
http_parser.rb (0.8.0)
106-
i18n (1.14.6)
107+
i18n (1.14.7)
107108
concurrent-ruby (~> 1.0)
108109
jekyll (3.10.0)
109110
addressable (~> 2.4)
@@ -215,7 +216,7 @@ GEM
215216
gemoji (>= 3, < 5)
216217
html-pipeline (~> 2.2)
217218
jekyll (>= 3.0, < 5.0)
218-
json (2.8.1)
219+
json (2.10.1)
219220
kramdown (2.4.0)
220221
rexml
221222
kramdown-parser-gfm (1.1.0)
@@ -224,16 +225,16 @@ GEM
224225
listen (3.9.0)
225226
rb-fsevent (~> 0.10, >= 0.10.3)
226227
rb-inotify (~> 0.9, >= 0.9.10)
227-
logger (1.6.1)
228+
logger (1.6.6)
228229
mercenary (0.3.6)
229230
minima (2.5.1)
230231
jekyll (>= 3.5, < 5.0)
231232
jekyll-feed (~> 0.9)
232233
jekyll-seo-tag (~> 2.1)
233-
minitest (5.25.1)
234-
net-http (0.5.0)
234+
minitest (5.25.4)
235+
net-http (0.6.0)
235236
uri
236-
nokogiri (1.16.7-x86_64-linux)
237+
nokogiri (1.18.3-x86_64-linux-gnu)
237238
racc (~> 1.4)
238239
octokit (4.25.1)
239240
faraday (>= 1, < 3)
@@ -245,9 +246,9 @@ GEM
245246
rb-fsevent (0.11.2)
246247
rb-inotify (0.11.1)
247248
ffi (~> 1.0)
248-
rexml (3.3.9)
249+
rexml (3.4.1)
249250
rouge (3.30.0)
250-
rubyzip (2.3.2)
251+
rubyzip (2.4.1)
251252
safe_yaml (1.0.5)
252253
sass (3.7.4)
253254
sass-listen (~> 4.0.0)
@@ -257,20 +258,20 @@ GEM
257258
sawyer (0.9.2)
258259
addressable (>= 2.3.5)
259260
faraday (>= 0.17.3, < 3)
260-
securerandom (0.3.2)
261+
securerandom (0.4.1)
261262
simpleidn (0.2.3)
262263
terminal-table (1.8.0)
263264
unicode-display_width (~> 1.1, >= 1.1.1)
264265
typhoeus (1.4.1)
265266
ethon (>= 0.9.0)
266267
tzinfo (2.0.6)
267268
concurrent-ruby (~> 1.0)
268-
tzinfo-data (1.2024.2)
269+
tzinfo-data (1.2025.1)
269270
tzinfo (>= 1.0.0)
270271
unicode-display_width (1.8.0)
271-
uri (1.0.1)
272+
uri (1.0.2)
272273
wdm (0.1.1)
273-
webrick (1.9.0)
274+
webrick (1.9.1)
274275

275276
PLATFORMS
276277
ruby

0 commit comments

Comments
 (0)