Skip to content

Commit 3ff1a26

Browse files
zkoppertCopilot
andcommitted
fix(deps): bump nokogiri to 1.19.2 and activesupport to 7.2.3.1
Update security-impacted dependencies: - nokogiri: >= 1.19.1 → >= 1.19.2 (fixes libxml2 CVEs including CVE-2025-30206, CVE-2025-6021, CVE-2025-6170) - activesupport: ~> 7.1.5 → ~> 7.2.3 (resolves Dependabot alert #57) Updates both the gemspec constraints and Gemfile, along with the resolved Gemfile.lock. Closes: github/vuln-mgmt#192367 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7d3724c commit 3ff1a26

File tree

3 files changed

+24
-26
lines changed

3 files changed

+24
-26
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ gem "twitter-text", "~> 1.14"
1515
gem "asciidoctor", "~> 2.0.26"
1616
gem "rake"
1717
gem "rexml"
18-
gem "nokogiri", ">= 1.19.1"
18+
gem "nokogiri", ">= 1.19.2"

Gemfile.lock

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,31 @@ GEM
1515
remote: https://rubygems.org/
1616
specs:
1717
RedCloth (4.3.4)
18-
activesupport (7.1.5.1)
18+
activesupport (7.2.3.1)
1919
base64
2020
benchmark (>= 0.3)
2121
bigdecimal
22-
concurrent-ruby (~> 1.0, >= 1.0.2)
22+
concurrent-ruby (~> 1.0, >= 1.3.1)
2323
connection_pool (>= 2.2.5)
2424
drb
2525
i18n (>= 1.6, < 2)
2626
logger (>= 1.4.2)
27-
minitest (>= 5.1)
28-
mutex_m
27+
minitest (>= 5.1, < 6)
2928
securerandom (>= 0.3)
30-
tzinfo (~> 2.0)
29+
tzinfo (~> 2.0, >= 2.0.5)
3130
asciidoctor (2.0.26)
32-
base64 (0.2.0)
33-
benchmark (0.4.0)
34-
bigdecimal (3.1.9)
31+
base64 (0.3.0)
32+
benchmark (0.5.0)
33+
bigdecimal (4.1.0)
3534
builder (3.3.0)
3635
cgi (0.5.1)
3736
charlock_holmes (0.7.9)
38-
concurrent-ruby (1.3.5)
39-
connection_pool (2.5.0)
37+
concurrent-ruby (1.3.6)
38+
connection_pool (3.0.2)
4039
crass (1.0.6)
4140
creole (0.5.0)
4241
date (3.4.1)
43-
drb (2.2.1)
42+
drb (2.2.3)
4443
expression_parser (0.9.0)
4544
github-linguist (9.3.0)
4645
cgi
@@ -51,25 +50,24 @@ GEM
5150
activesupport (>= 2)
5251
nokogiri (~> 1.4)
5352
htmlentities (4.3.4)
54-
i18n (1.14.7)
53+
i18n (1.14.8)
5554
concurrent-ruby (~> 1.0)
5655
logger (1.7.0)
5756
mini_mime (1.1.5)
5857
mini_portile2 (2.8.9)
59-
minitest (5.25.5)
60-
mutex_m (0.3.0)
61-
nokogiri (1.19.1)
58+
minitest (5.27.0)
59+
nokogiri (1.19.2)
6260
mini_portile2 (~> 2.8.2)
6361
racc (~> 1.4)
64-
nokogiri (1.19.1-aarch64-linux-gnu)
62+
nokogiri (1.19.2-aarch64-linux-gnu)
6563
racc (~> 1.4)
66-
nokogiri (1.19.1-arm-linux-gnu)
64+
nokogiri (1.19.2-arm-linux-gnu)
6765
racc (~> 1.4)
68-
nokogiri (1.19.1-arm64-darwin)
66+
nokogiri (1.19.2-arm64-darwin)
6967
racc (~> 1.4)
70-
nokogiri (1.19.1-x86_64-darwin)
68+
nokogiri (1.19.2-x86_64-darwin)
7169
racc (~> 1.4)
72-
nokogiri (1.19.1-x86_64-linux-gnu)
70+
nokogiri (1.19.2-x86_64-linux-gnu)
7371
racc (~> 1.4)
7472
nokogiri-diff (0.3.0)
7573
nokogiri (~> 1.5)
@@ -92,7 +90,7 @@ GEM
9290
sanitize (6.1.3)
9391
crass (~> 1.0.2)
9492
nokogiri (>= 1.12.0)
95-
securerandom (0.3.2)
93+
securerandom (0.4.1)
9694
stringio (3.1.6)
9795
tdiff (0.4.0)
9896
twitter-text (1.14.7)
@@ -119,7 +117,7 @@ PLATFORMS
119117

120118
DEPENDENCIES
121119
RedCloth
122-
activesupport (~> 7.1.5)
120+
activesupport (~> 7.2.3)
123121
asciidoctor (~> 2.0.26)
124122
commonmarker!
125123
creole (~> 0.5.0)
@@ -128,7 +126,7 @@ DEPENDENCIES
128126
html-pipeline (~> 1.0)
129127
kramdown
130128
minitest (~> 5.4, >= 5.4.3)
131-
nokogiri (>= 1.19.1)
129+
nokogiri (>= 1.19.2)
132130
nokogiri-diff (~> 0.3.0)
133131
org-ruby (= 0.9.12)
134132
rake

github-markup.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Gem::Specification.new do |s|
2121
s.require_paths = %w[lib]
2222

2323
s.add_development_dependency 'rake', '~> 13'
24-
s.add_development_dependency 'activesupport', '~> 7.1.5'
24+
s.add_development_dependency 'activesupport', '~> 7.2.3'
2525
s.add_development_dependency 'minitest', '~> 5.4', '>= 5.4.3'
2626
s.add_development_dependency 'html-pipeline', '~> 1.0'
2727
s.add_development_dependency 'sanitize', '>= 4.6.3'
28-
s.add_development_dependency 'nokogiri', '~> 1.18.4'
28+
s.add_development_dependency 'nokogiri', '>= 1.19.2'
2929
s.add_development_dependency 'nokogiri-diff', '~> 0.3.0'
3030
s.add_development_dependency "github-linguist", ">= 7.1.3"
3131
end

0 commit comments

Comments
 (0)