Skip to content

Commit 89ed1b3

Browse files
authored
Merge pull request #64 from castle/CVE-2025-61772
Bump actionmailer and rack
2 parents 3b4f876 + 1512b81 commit 89ed1b3

1 file changed

Lines changed: 35 additions & 29 deletions

File tree

Gemfile.lock

Lines changed: 35 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,40 +9,42 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actionmailer (7.2.2.2)
13-
actionpack (= 7.2.2.2)
14-
actionview (= 7.2.2.2)
15-
activejob (= 7.2.2.2)
16-
activesupport (= 7.2.2.2)
12+
actionmailer (7.2.3)
13+
actionpack (= 7.2.3)
14+
actionview (= 7.2.3)
15+
activejob (= 7.2.3)
16+
activesupport (= 7.2.3)
1717
mail (>= 2.8.0)
1818
rails-dom-testing (~> 2.2)
19-
actionpack (7.2.2.2)
20-
actionview (= 7.2.2.2)
21-
activesupport (= 7.2.2.2)
19+
actionpack (7.2.3)
20+
actionview (= 7.2.3)
21+
activesupport (= 7.2.3)
22+
cgi
2223
nokogiri (>= 1.8.5)
2324
racc
24-
rack (>= 2.2.4, < 3.2)
25+
rack (>= 2.2.4, < 3.3)
2526
rack-session (>= 1.0.1)
2627
rack-test (>= 0.6.3)
2728
rails-dom-testing (~> 2.2)
2829
rails-html-sanitizer (~> 1.6)
2930
useragent (~> 0.16)
30-
actionview (7.2.2.2)
31-
activesupport (= 7.2.2.2)
31+
actionview (7.2.3)
32+
activesupport (= 7.2.3)
3233
builder (~> 3.1)
34+
cgi
3335
erubi (~> 1.11)
3436
rails-dom-testing (~> 2.2)
3537
rails-html-sanitizer (~> 1.6)
36-
activejob (7.2.2.2)
37-
activesupport (= 7.2.2.2)
38+
activejob (7.2.3)
39+
activesupport (= 7.2.3)
3840
globalid (>= 0.3.6)
39-
activemodel (7.2.2.2)
40-
activesupport (= 7.2.2.2)
41-
activerecord (7.2.2.2)
42-
activemodel (= 7.2.2.2)
43-
activesupport (= 7.2.2.2)
41+
activemodel (7.2.3)
42+
activesupport (= 7.2.3)
43+
activerecord (7.2.3)
44+
activemodel (= 7.2.3)
45+
activesupport (= 7.2.3)
4446
timeout (>= 0.4.0)
45-
activesupport (7.2.2.2)
47+
activesupport (7.2.3)
4648
base64
4749
benchmark (>= 0.3)
4850
bigdecimal
@@ -68,8 +70,9 @@ GEM
6870
builder (3.3.0)
6971
byebug (12.0.0)
7072
castle-rb (8.1.0)
73+
cgi (0.5.0)
7174
concurrent-ruby (1.3.5)
72-
connection_pool (2.5.4)
75+
connection_pool (2.5.5)
7376
crack (1.0.0)
7477
bigdecimal
7578
rexml
@@ -112,7 +115,7 @@ GEM
112115
mini_portile2 (2.8.9)
113116
minitest (5.25.5)
114117
mutex_m (0.3.0)
115-
net-imap (0.5.8)
118+
net-imap (0.5.12)
116119
date
117120
net-protocol
118121
net-pop (0.1.2)
@@ -121,11 +124,11 @@ GEM
121124
timeout
122125
net-smtp (0.5.1)
123126
net-protocol
124-
nokogiri (1.18.8-aarch64-linux-gnu)
127+
nokogiri (1.18.10-aarch64-linux-gnu)
125128
racc (~> 1.4)
126-
nokogiri (1.18.8-arm64-darwin)
129+
nokogiri (1.18.10-arm64-darwin)
127130
racc (~> 1.4)
128-
nokogiri (1.18.8-x86_64-darwin)
131+
nokogiri (1.18.10-x86_64-darwin)
129132
racc (~> 1.4)
130133
orm_adapter (0.5.0)
131134
parallel (1.27.0)
@@ -141,7 +144,7 @@ GEM
141144
stringio
142145
public_suffix (6.0.2)
143146
racc (1.8.1)
144-
rack (3.1.16)
147+
rack (3.1.19)
145148
rack-session (2.1.1)
146149
base64 (>= 0.1.0)
147150
rack (>= 3.0.0)
@@ -156,13 +159,15 @@ GEM
156159
rails-html-sanitizer (1.6.2)
157160
loofah (~> 2.21)
158161
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
159-
railties (7.2.2.2)
160-
actionpack (= 7.2.2.2)
161-
activesupport (= 7.2.2.2)
162+
railties (7.2.3)
163+
actionpack (= 7.2.3)
164+
activesupport (= 7.2.3)
165+
cgi
162166
irb (~> 1.13)
163167
rackup (>= 1.0.0)
164168
rake (>= 12.2)
165169
thor (~> 1.0, >= 1.2.2)
170+
tsort (>= 0.2)
166171
zeitwerk (~> 2.6)
167172
rainbow (3.1.1)
168173
rake (13.3.0)
@@ -242,7 +247,8 @@ GEM
242247
rubocop-performance (~> 1.25.0)
243248
stringio (3.1.7)
244249
thor (1.3.2)
245-
timeout (0.4.3)
250+
timeout (0.4.4)
251+
tsort (0.2.0)
246252
tzinfo (2.0.6)
247253
concurrent-ruby (~> 1.0)
248254
unicode-display_width (3.1.4)

0 commit comments

Comments
 (0)