Skip to content

Commit 31b8079

Browse files
author
yeongseon
committed
Update gems to fix security vulnerabilities
1 parent 43953fb commit 31b8079

1 file changed

Lines changed: 19 additions & 5 deletions

File tree

Gemfile.lock

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,35 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.1.7.5)
4+
activesupport (7.1.6)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
58
concurrent-ruby (~> 1.0, >= 1.0.2)
9+
connection_pool (>= 2.2.5)
10+
drb
611
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
713
minitest (>= 5.1)
14+
mutex_m
15+
securerandom (>= 0.3)
816
tzinfo (~> 2.0)
9-
zeitwerk (~> 2.3)
1017
addressable (2.8.1)
1118
public_suffix (>= 2.0.2, < 6.0)
19+
base64 (0.3.0)
20+
benchmark (0.5.0)
21+
bigdecimal (4.0.1)
1222
coffee-script (2.4.1)
1323
coffee-script-source
1424
execjs
1525
coffee-script-source (1.11.1)
1626
colorator (1.1.0)
1727
commonmarker (0.23.10)
1828
concurrent-ruby (1.2.2)
29+
connection_pool (3.0.2)
1930
dnsruby (1.61.9)
2031
simpleidn (~> 0.1)
32+
drb (2.2.3)
2133
em-websocket (0.5.3)
2234
eventmachine (>= 0.12.9)
2335
http_parser.rb (~> 0)
@@ -219,6 +231,7 @@ GEM
219231
listen (3.8.0)
220232
rb-fsevent (~> 0.10, >= 0.10.3)
221233
rb-inotify (~> 0.9, >= 0.9.10)
234+
logger (1.7.0)
222235
mercenary (0.3.6)
223236
mini_portile2 (2.8.1)
224237
minima (2.5.1)
@@ -227,6 +240,7 @@ GEM
227240
jekyll-seo-tag (~> 2.1)
228241
minitest (5.19.0)
229242
multipart-post (2.1.1)
243+
mutex_m (0.3.0)
230244
nokogiri (1.14.3)
231245
mini_portile2 (~> 2.8.0)
232246
racc (~> 1.4)
@@ -253,6 +267,7 @@ GEM
253267
sawyer (0.8.2)
254268
addressable (>= 2.3.5)
255269
faraday (> 0.8, < 2.0)
270+
securerandom (0.4.1)
256271
simpleidn (0.2.1)
257272
unf (~> 0.1.4)
258273
terminal-table (1.8.0)
@@ -261,14 +276,13 @@ GEM
261276
ethon (>= 0.9.0)
262277
tzinfo (2.0.6)
263278
concurrent-ruby (~> 1.0)
264-
tzinfo-data (1.2021.1)
279+
tzinfo-data (1.2026.1)
265280
tzinfo (>= 1.0.0)
266281
unf (0.1.4)
267282
unf_ext
268283
unf_ext (0.0.8.1)
269284
unicode-display_width (1.8.0)
270-
webrick (1.8.1)
271-
zeitwerk (2.6.11)
285+
webrick (1.9.2)
272286

273287
PLATFORMS
274288
aarch64-linux-gnu

0 commit comments

Comments
 (0)