Skip to content

Commit 1d94769

Browse files
committed
Gemfile updated.
1 parent 8781ebf commit 1d94769

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

Gemfile.lock

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.1.1)
4+
activesupport (8.1.3)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -14,10 +14,10 @@ GEM
1414
securerandom (>= 0.3)
1515
tzinfo (~> 2.0, >= 2.0.5)
1616
uri (>= 0.13.1)
17-
addressable (2.8.8)
17+
addressable (2.9.0)
1818
public_suffix (>= 2.0.2, < 8.0)
1919
base64 (0.3.0)
20-
bigdecimal (4.0.1)
20+
bigdecimal (4.1.2)
2121
coffee-script (2.4.1)
2222
coffee-script-source
2323
execjs
@@ -39,14 +39,14 @@ GEM
3939
ffi (>= 1.15.0)
4040
logger
4141
eventmachine (1.2.7)
42-
execjs (2.10.0)
43-
faraday (2.14.0)
42+
execjs (2.10.1)
43+
faraday (2.14.1)
4444
faraday-net_http (>= 2.0, < 3.5)
4545
json
4646
logger
4747
faraday-net_http (3.4.2)
4848
net-http (~> 0.5)
49-
ffi (1.17.3-x86_64-linux-gnu)
49+
ffi (1.17.4-x86_64-linux-gnu)
5050
forwardable-extended (2.6.0)
5151
gemoji (4.1.0)
5252
github-pages (232)
@@ -217,13 +217,14 @@ GEM
217217
gemoji (>= 3, < 5)
218218
html-pipeline (~> 2.2)
219219
jekyll (>= 3.0, < 5.0)
220-
json (2.18.0)
220+
json (2.19.5)
221221
kramdown (2.4.0)
222222
rexml
223223
kramdown-parser-gfm (1.1.0)
224224
kramdown (~> 2.0)
225225
liquid (4.0.4)
226-
listen (3.9.0)
226+
listen (3.10.0)
227+
logger
227228
rb-fsevent (~> 0.10, >= 0.10.3)
228229
rb-inotify (~> 0.9, >= 0.9.10)
229230
logger (1.7.0)
@@ -232,18 +233,19 @@ GEM
232233
jekyll (>= 3.5, < 5.0)
233234
jekyll-feed (~> 0.9)
234235
jekyll-seo-tag (~> 2.1)
235-
minitest (6.0.1)
236+
minitest (6.0.6)
237+
drb (~> 2.0)
236238
prism (~> 1.5)
237239
net-http (0.9.1)
238240
uri (>= 0.11.1)
239-
nokogiri (1.19.0-x86_64-linux-gnu)
241+
nokogiri (1.19.3-x86_64-linux-gnu)
240242
racc (~> 1.4)
241243
octokit (4.25.1)
242244
faraday (>= 1, < 3)
243245
sawyer (~> 0.9)
244246
pathutil (0.16.2)
245247
forwardable-extended (~> 2.6)
246-
prism (1.7.0)
248+
prism (1.9.0)
247249
public_suffix (5.1.1)
248250
racc (1.8.1)
249251
rb-fsevent (0.11.2)
@@ -265,8 +267,8 @@ GEM
265267
simpleidn (0.2.3)
266268
terminal-table (1.8.0)
267269
unicode-display_width (~> 1.1, >= 1.1.1)
268-
typhoeus (1.4.1)
269-
ethon (>= 0.9.0)
270+
typhoeus (1.6.0)
271+
ethon (>= 0.18.0)
270272
tzinfo (2.0.6)
271273
concurrent-ruby (~> 1.0)
272274
unicode-display_width (1.8.0)

0 commit comments

Comments
 (0)