Skip to content

Commit 3b4f876

Browse files
authored
Merge pull request #62 from castle/CVE-2025-55193
Fix CVE-2025-55193
2 parents 05cff23 + cd4cad8 commit 3b4f876

1 file changed

Lines changed: 26 additions & 23 deletions

File tree

Gemfile.lock

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actionmailer (7.2.2.1)
13-
actionpack (= 7.2.2.1)
14-
actionview (= 7.2.2.1)
15-
activejob (= 7.2.2.1)
16-
activesupport (= 7.2.2.1)
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)
1717
mail (>= 2.8.0)
1818
rails-dom-testing (~> 2.2)
19-
actionpack (7.2.2.1)
20-
actionview (= 7.2.2.1)
21-
activesupport (= 7.2.2.1)
19+
actionpack (7.2.2.2)
20+
actionview (= 7.2.2.2)
21+
activesupport (= 7.2.2.2)
2222
nokogiri (>= 1.8.5)
2323
racc
2424
rack (>= 2.2.4, < 3.2)
@@ -27,22 +27,22 @@ GEM
2727
rails-dom-testing (~> 2.2)
2828
rails-html-sanitizer (~> 1.6)
2929
useragent (~> 0.16)
30-
actionview (7.2.2.1)
31-
activesupport (= 7.2.2.1)
30+
actionview (7.2.2.2)
31+
activesupport (= 7.2.2.2)
3232
builder (~> 3.1)
3333
erubi (~> 1.11)
3434
rails-dom-testing (~> 2.2)
3535
rails-html-sanitizer (~> 1.6)
36-
activejob (7.2.2.1)
37-
activesupport (= 7.2.2.1)
36+
activejob (7.2.2.2)
37+
activesupport (= 7.2.2.2)
3838
globalid (>= 0.3.6)
39-
activemodel (7.2.2.1)
40-
activesupport (= 7.2.2.1)
41-
activerecord (7.2.2.1)
42-
activemodel (= 7.2.2.1)
43-
activesupport (= 7.2.2.1)
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)
4444
timeout (>= 0.4.0)
45-
activesupport (7.2.2.1)
45+
activesupport (7.2.2.2)
4646
base64
4747
benchmark (>= 0.3)
4848
bigdecimal
@@ -64,12 +64,12 @@ GEM
6464
base64 (0.3.0)
6565
bcrypt (3.1.20)
6666
benchmark (0.4.1)
67-
bigdecimal (3.2.2)
67+
bigdecimal (3.2.3)
6868
builder (3.3.0)
6969
byebug (12.0.0)
7070
castle-rb (8.1.0)
7171
concurrent-ruby (1.3.5)
72-
connection_pool (2.5.3)
72+
connection_pool (2.5.4)
7373
crack (1.0.0)
7474
bigdecimal
7575
rexml
@@ -109,6 +109,7 @@ GEM
109109
net-pop
110110
net-smtp
111111
mini_mime (1.1.5)
112+
mini_portile2 (2.8.9)
112113
minitest (5.25.5)
113114
mutex_m (0.3.0)
114115
net-imap (0.5.8)
@@ -155,9 +156,9 @@ GEM
155156
rails-html-sanitizer (1.6.2)
156157
loofah (~> 2.21)
157158
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)
158-
railties (7.2.2.1)
159-
actionpack (= 7.2.2.1)
160-
activesupport (= 7.2.2.1)
159+
railties (7.2.2.2)
160+
actionpack (= 7.2.2.2)
161+
activesupport (= 7.2.2.2)
161162
irb (~> 1.13)
162163
rackup (>= 1.0.0)
163164
rake (>= 12.2)
@@ -222,6 +223,8 @@ GEM
222223
simplecov_json_formatter (~> 0.1)
223224
simplecov-html (0.13.1)
224225
simplecov_json_formatter (0.1.4)
226+
sqlite3 (1.7.3)
227+
mini_portile2 (~> 2.8.0)
225228
sqlite3 (1.7.3-aarch64-linux)
226229
sqlite3 (1.7.3-arm64-darwin)
227230
sqlite3 (1.7.3-x86_64-darwin)

0 commit comments

Comments
 (0)