Skip to content

Commit 8f6753a

Browse files
committed
Update dependencies
1 parent b445dc2 commit 8f6753a

File tree

1 file changed

+24
-20
lines changed

1 file changed

+24
-20
lines changed

Gemfile.lock

+24-20
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
Ascii85 (1.1.1)
4+
Ascii85 (2.0.1)
55
addressable (2.8.7)
66
public_suffix (>= 2.0.2, < 7.0)
77
afm (0.2.2)
8-
async (2.17.0)
9-
console (~> 1.26)
8+
async (2.21.3)
9+
console (~> 1.29)
1010
fiber-annotation
11-
io-event (~> 1.6, >= 1.6.5)
12-
bigdecimal (3.1.8)
11+
io-event (~> 1.7)
12+
metrics (~> 0.12)
13+
traces (~> 0.15)
14+
bigdecimal (3.1.9)
1315
colorator (1.1.0)
14-
concurrent-ruby (1.3.4)
15-
console (1.27.0)
16+
concurrent-ruby (1.3.5)
17+
console (1.29.2)
1618
fiber-annotation
1719
fiber-local (~> 1.1)
1820
json
@@ -22,7 +24,7 @@ GEM
2224
ethon (0.16.0)
2325
ffi (>= 1.15.0)
2426
eventmachine (1.2.7)
25-
ffi (1.17.0)
27+
ffi (1.17.1)
2628
fiber-annotation (0.2.0)
2729
fiber-local (1.1.0)
2830
fiber-storage
@@ -39,9 +41,9 @@ GEM
3941
yell (~> 2.0)
4042
zeitwerk (~> 2.5)
4143
http_parser.rb (0.8.0)
42-
i18n (1.14.6)
44+
i18n (1.14.7)
4345
concurrent-ruby (~> 1.0)
44-
io-event (1.6.5)
46+
io-event (1.7.5)
4547
jekyll (4.2.2)
4648
addressable (~> 2.4)
4749
colorator (~> 1.0)
@@ -65,24 +67,25 @@ GEM
6567
jekyll (>= 3.7, < 5.0)
6668
jekyll-watch (2.2.1)
6769
listen (~> 3.0)
68-
json (2.7.2)
69-
kramdown (2.4.0)
70-
rexml
70+
json (2.9.1)
71+
kramdown (2.5.1)
72+
rexml (>= 3.3.9)
7173
kramdown-parser-gfm (1.1.0)
7274
kramdown (~> 2.0)
7375
liquid (4.0.4)
7476
listen (3.9.0)
7577
rb-fsevent (~> 0.10, >= 0.10.3)
7678
rb-inotify (~> 0.9, >= 0.9.10)
7779
mercenary (0.4.0)
78-
mini_portile2 (2.8.7)
79-
nokogiri (1.16.7)
80+
metrics (0.12.1)
81+
mini_portile2 (2.8.8)
82+
nokogiri (1.18.2)
8083
mini_portile2 (~> 2.8.2)
8184
racc (~> 1.4)
8285
pathutil (0.16.2)
8386
forwardable-extended (~> 2.6)
84-
pdf-reader (2.12.0)
85-
Ascii85 (~> 1.0)
87+
pdf-reader (2.14.0)
88+
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
8689
afm (~> 0.2.1)
8790
hashery (~> 2.0)
8891
ruby-rc4
@@ -94,22 +97,23 @@ GEM
9497
rb-fsevent (0.11.2)
9598
rb-inotify (0.11.1)
9699
ffi (~> 1.0)
97-
rexml (3.3.8)
100+
rexml (3.4.0)
98101
rouge (3.30.0)
99102
ruby-rc4 (0.1.5)
100103
safe_yaml (1.0.5)
101104
sassc (2.4.0)
102105
ffi (~> 1.9)
103106
terminal-table (2.0.0)
104107
unicode-display_width (~> 1.1, >= 1.1.1)
108+
traces (0.15.2)
105109
ttfunk (1.8.0)
106110
bigdecimal (~> 3.1)
107111
typhoeus (1.4.1)
108112
ethon (>= 0.9.0)
109113
unicode-display_width (1.8.0)
110-
webrick (1.8.2)
114+
webrick (1.9.1)
111115
yell (2.2.2)
112-
zeitwerk (2.6.18)
116+
zeitwerk (2.7.1)
113117

114118
PLATFORMS
115119
ruby

0 commit comments

Comments
 (0)