Skip to content

Commit ae4412e

Browse files
authored
Updated dependencies (#2887)
Signed-off-by: George Araújo <[email protected]>
1 parent 8d20dc5 commit ae4412e

File tree

1 file changed

+38
-34
lines changed

1 file changed

+38
-34
lines changed

Gemfile.lock

+38-34
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.1.1)
4+
activesupport (8.0.0.1)
55
base64
6+
benchmark (>= 0.3)
67
bigdecimal
78
concurrent-ruby (~> 1.0, >= 1.3.1)
89
connection_pool (>= 2.2.5)
@@ -12,9 +13,11 @@ GEM
1213
minitest (>= 5.1)
1314
securerandom (>= 0.3)
1415
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
1517
addressable (2.8.7)
1618
public_suffix (>= 2.0.2, < 7.0)
1719
base64 (0.2.0)
20+
benchmark (0.4.0)
1821
bibtex-ruby (6.1.0)
1922
latex-decode (~> 0.0)
2023
racc (~> 1.7)
@@ -46,7 +49,7 @@ GEM
4649
eventmachine (>= 0.12.9)
4750
http_parser.rb (~> 0)
4851
eventmachine (1.2.7)
49-
execjs (2.9.1)
52+
execjs (2.10.0)
5053
fast-stemmer (1.0.2)
5154
feedjira (3.2.3)
5255
loofah (>= 2.3.1, < 3)
@@ -63,22 +66,22 @@ GEM
6366
ffi (1.17.0-x86_64-linux-musl)
6467
forwardable-extended (2.6.0)
6568
gemoji (4.1.0)
66-
google-protobuf (4.28.2)
69+
google-protobuf (4.29.1)
6770
bigdecimal
6871
rake (>= 13)
69-
google-protobuf (4.28.2-aarch64-linux)
72+
google-protobuf (4.29.1-aarch64-linux)
7073
bigdecimal
7174
rake (>= 13)
72-
google-protobuf (4.28.2-arm64-darwin)
75+
google-protobuf (4.29.1-arm64-darwin)
7376
bigdecimal
7477
rake (>= 13)
75-
google-protobuf (4.28.2-x86-linux)
78+
google-protobuf (4.29.1-x86-linux)
7679
bigdecimal
7780
rake (>= 13)
78-
google-protobuf (4.28.2-x86_64-darwin)
81+
google-protobuf (4.29.1-x86_64-darwin)
7982
bigdecimal
8083
rake (>= 13)
81-
google-protobuf (4.28.2-x86_64-linux)
84+
google-protobuf (4.29.1-x86_64-linux)
8285
bigdecimal
8386
rake (>= 13)
8487
html-pipeline (2.14.3)
@@ -108,7 +111,7 @@ GEM
108111
safe_yaml (~> 1.0)
109112
terminal-table (>= 1.8, < 4.0)
110113
webrick (~> 1.7)
111-
jekyll-archives (2.2.1)
114+
jekyll-archives (2.3.0)
112115
jekyll (>= 3.6, < 5.0)
113116
jekyll-email-protect (1.1.0)
114117
jekyll-feed (0.17.0)
@@ -151,41 +154,41 @@ GEM
151154
gemoji (>= 3, < 5)
152155
html-pipeline (~> 2.2)
153156
jekyll (>= 3.0, < 5.0)
154-
json (2.7.2)
157+
json (2.9.0)
155158
json-minify (0.0.3)
156159
json (> 0)
157-
kramdown (2.4.0)
158-
rexml
160+
kramdown (2.5.1)
161+
rexml (>= 3.3.9)
159162
kramdown-parser-gfm (1.1.0)
160163
kramdown (~> 2.0)
161164
latex-decode (0.4.0)
162165
liquid (4.0.4)
163166
listen (3.9.0)
164167
rb-fsevent (~> 0.10, >= 0.10.3)
165168
rb-inotify (~> 0.9, >= 0.9.10)
166-
logger (1.6.1)
167-
loofah (2.22.0)
169+
logger (1.6.2)
170+
loofah (2.23.1)
168171
crass (~> 1.0.2)
169172
nokogiri (>= 1.12.0)
170173
matrix (0.4.2)
171174
mercenary (0.4.0)
172175
mini_mime (1.1.5)
173-
minitest (5.25.1)
176+
minitest (5.25.4)
174177
multi_xml (0.7.1)
175178
bigdecimal (~> 3.1)
176179
namae (1.2.0)
177180
racc (~> 1.7)
178-
nokogiri (1.16.7-aarch64-linux)
181+
nokogiri (1.17.1-aarch64-linux)
179182
racc (~> 1.4)
180-
nokogiri (1.16.7-arm-linux)
183+
nokogiri (1.17.1-arm-linux)
181184
racc (~> 1.4)
182-
nokogiri (1.16.7-arm64-darwin)
185+
nokogiri (1.17.1-arm64-darwin)
183186
racc (~> 1.4)
184-
nokogiri (1.16.7-x86-linux)
187+
nokogiri (1.17.1-x86-linux)
185188
racc (~> 1.4)
186-
nokogiri (1.16.7-x86_64-darwin)
189+
nokogiri (1.17.1-x86_64-darwin)
187190
racc (~> 1.4)
188-
nokogiri (1.16.7-x86_64-linux)
191+
nokogiri (1.17.1-x86_64-linux)
189192
racc (~> 1.4)
190193
pathutil (0.16.2)
191194
forwardable-extended (~> 2.6)
@@ -196,30 +199,30 @@ GEM
196199
rb-inotify (0.11.1)
197200
ffi (~> 1.0)
198201
rexml (3.3.9)
199-
rouge (4.4.0)
202+
rouge (4.5.1)
200203
safe_yaml (1.0.5)
201-
sass-embedded (1.80.3-aarch64-linux-gnu)
204+
sass-embedded (1.82.0-aarch64-linux-gnu)
202205
google-protobuf (~> 4.28)
203-
sass-embedded (1.80.3-aarch64-linux-musl)
206+
sass-embedded (1.82.0-aarch64-linux-musl)
204207
google-protobuf (~> 4.28)
205-
sass-embedded (1.80.3-arm-linux-gnueabihf)
208+
sass-embedded (1.82.0-arm-linux-gnueabihf)
206209
google-protobuf (~> 4.28)
207-
sass-embedded (1.80.3-arm-linux-musleabihf)
210+
sass-embedded (1.82.0-arm-linux-musleabihf)
208211
google-protobuf (~> 4.28)
209-
sass-embedded (1.80.3-arm64-darwin)
212+
sass-embedded (1.82.0-arm64-darwin)
210213
google-protobuf (~> 4.28)
211-
sass-embedded (1.80.3-x86-linux-gnu)
214+
sass-embedded (1.82.0-x86-linux-gnu)
212215
google-protobuf (~> 4.28)
213-
sass-embedded (1.80.3-x86-linux-musl)
216+
sass-embedded (1.82.0-x86-linux-musl)
214217
google-protobuf (~> 4.28)
215-
sass-embedded (1.80.3-x86_64-darwin)
218+
sass-embedded (1.82.0-x86_64-darwin)
216219
google-protobuf (~> 4.28)
217-
sass-embedded (1.80.3-x86_64-linux-gnu)
220+
sass-embedded (1.82.0-x86_64-linux-gnu)
218221
google-protobuf (~> 4.28)
219-
sass-embedded (1.80.3-x86_64-linux-musl)
222+
sass-embedded (1.82.0-x86_64-linux-musl)
220223
google-protobuf (~> 4.28)
221224
sax-machine (1.3.2)
222-
securerandom (0.3.1)
225+
securerandom (0.4.0)
223226
terminal-table (3.0.2)
224227
unicode-display_width (>= 1.1.1, < 3)
225228
tzinfo (2.0.6)
@@ -228,7 +231,8 @@ GEM
228231
execjs (>= 0.3.0, < 3)
229232
unicode-display_width (2.6.0)
230233
unicode_utils (1.4.0)
231-
webrick (1.8.2)
234+
uri (1.0.2)
235+
webrick (1.9.1)
232236

233237
PLATFORMS
234238
aarch64-linux

0 commit comments

Comments
 (0)