Skip to content

Commit 91af0f2

Browse files
iangmaiaclaude
andcommitted
Update activesupport to fix security vulnerabilities
Addresses three activesupport security advisories: - GHSA-cg4j-q9v8-6v38: ReDoS vulnerability in number_to_delimited - GHSA-89vf-4333-qx8v: XSS vulnerability in SafeBuffer#% - GHSA-2j26-frm8-cmj9: DoS vulnerability in number helpers Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1eccf53 commit 91af0f2

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

Gemfile.lock

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
CFPropertyList (3.0.8)
55
abbrev (0.1.2)
6-
activesupport (8.1.1)
6+
activesupport (8.1.3)
77
base64
88
bigdecimal
99
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -42,7 +42,7 @@ GEM
4242
aws-eventstream (~> 1, >= 1.0.2)
4343
babosa (1.0.4)
4444
base64 (0.3.0)
45-
bigdecimal (4.0.0)
45+
bigdecimal (4.0.1)
4646
buildkit (1.6.1)
4747
sawyer (>= 0.6)
4848
chroma (0.2.0)
@@ -240,11 +240,11 @@ GEM
240240
domain_name (~> 0.5)
241241
httpclient (2.9.0)
242242
mutex_m
243-
i18n (1.14.7)
243+
i18n (1.14.8)
244244
concurrent-ruby (~> 1.0)
245245
java-properties (0.3.0)
246246
jmespath (1.6.2)
247-
json (2.18.0)
247+
json (2.19.3)
248248
jwt (2.10.2)
249249
base64
250250
kramdown (2.4.0)
@@ -255,16 +255,18 @@ GEM
255255
logger (1.7.0)
256256
mini_magick (4.13.2)
257257
mini_mime (1.1.5)
258-
minitest (5.27.0)
258+
mini_portile2 (2.8.9)
259+
minitest (6.0.2)
260+
drb (~> 2.0)
261+
prism (~> 1.5)
259262
multi_json (1.18.0)
260263
multipart-post (2.4.1)
261264
mutex_m (0.3.0)
262265
nanaimo (0.4.0)
263266
nap (1.1.0)
264267
naturally (2.3.0)
265-
nokogiri (1.18.10-arm64-darwin)
266-
racc (~> 1.4)
267-
nokogiri (1.18.10-x86_64-linux-gnu)
268+
nokogiri (1.19.2)
269+
mini_portile2 (~> 2.8.2)
268270
racc (~> 1.4)
269271
octokit (6.1.1)
270272
faraday (>= 1, < 3)
@@ -278,6 +280,7 @@ GEM
278280
ast (~> 2.4.1)
279281
racc
280282
plist (3.7.2)
283+
prism (1.9.0)
281284
progress_bar (1.3.4)
282285
highline (>= 1.6)
283286
options (~> 2.3.0)

0 commit comments

Comments
 (0)