Skip to content

Commit 2935d90

Browse files
authored
Update activesupport to fix security vulnerabilities (#1422)
2 parents 2aade45 + a099a87 commit 2935d90

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.2.2.1)
8+
activesupport (7.2.3.1)
99
base64
1010
benchmark (>= 0.3)
1111
bigdecimal
@@ -14,7 +14,7 @@ GEM
1414
drb
1515
i18n (>= 1.6, < 2)
1616
logger (>= 1.4.2)
17-
minitest (>= 5.1)
17+
minitest (>= 5.1, < 6)
1818
securerandom (>= 0.3)
1919
tzinfo (~> 2.0, >= 2.0.5)
2020
addressable (2.8.7)
@@ -45,8 +45,8 @@ GEM
4545
aws-eventstream (~> 1, >= 1.0.2)
4646
babosa (1.0.4)
4747
base64 (0.3.0)
48-
benchmark (0.4.1)
49-
bigdecimal (3.2.2)
48+
benchmark (0.5.0)
49+
bigdecimal (4.0.1)
5050
claide (1.1.0)
5151
cocoapods (1.16.2)
5252
addressable (~> 2.8)
@@ -89,8 +89,8 @@ GEM
8989
colored2 (3.1.2)
9090
commander (4.6.0)
9191
highline (~> 2.0.0)
92-
concurrent-ruby (1.3.5)
93-
connection_pool (2.5.3)
92+
concurrent-ruby (1.3.6)
93+
connection_pool (3.0.2)
9494
declarative (0.0.20)
9595
digest-crc (0.7.0)
9696
rake (>= 12.0.0, < 14.0.0)
@@ -220,7 +220,7 @@ GEM
220220
domain_name (~> 0.5)
221221
httpclient (2.9.0)
222222
mutex_m
223-
i18n (1.14.7)
223+
i18n (1.14.8)
224224
concurrent-ruby (~> 1.0)
225225
jmespath (1.6.2)
226226
json (2.12.2)
@@ -230,7 +230,7 @@ GEM
230230
logger (1.7.0)
231231
mini_magick (4.13.2)
232232
mini_mime (1.1.5)
233-
minitest (5.25.5)
233+
minitest (5.27.0)
234234
molinillo (0.8.0)
235235
multi_json (1.15.0)
236236
multipart-post (2.4.1)
@@ -323,4 +323,4 @@ DEPENDENCIES
323323
rubocop (~> 1.18)
324324

325325
BUNDLED WITH
326-
2.4.14
326+
2.6.8

0 commit comments

Comments
 (0)