Skip to content

Commit 564cd7a

Browse files
Security: bump rexml, yard (#53)
* Security: bump rexml, yard Bumped rexml from 3.2.6 to 3.4.4 (addresses multiple CVEs) Bumped yard from 0.9.36 to 0.9.44 (addresses GHSA-3jfp-46x4-xgfj) Tests passing: rspec (55 examples, 0 failures) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Fix CI: bump pry for Ruby 4 compatibility --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent e8a802a commit 564cd7a

4 files changed

Lines changed: 24341 additions & 4 deletions

File tree

Gemfile.lock

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,30 @@ GEM
1616
diff-lcs (1.5.1)
1717
erubi (1.12.0)
1818
hashdiff (1.0.1)
19+
io-console (0.8.2)
1920
json (2.7.1)
2021
language_server-protocol (3.17.0.3)
21-
method_source (1.0.0)
22+
method_source (1.1.0)
2223
netrc (0.11.0)
2324
parallel (1.24.0)
2425
parser (3.3.0.5)
2526
ast (~> 2.4.1)
2627
racc
2728
prism (0.24.0)
28-
pry (0.14.2)
29+
pry (0.16.0)
2930
coderay (~> 1.1)
3031
method_source (~> 1.0)
32+
reline (>= 0.6.0)
3133
racc (1.7.3)
3234
rainbow (3.1.1)
3335
rake (13.0.6)
3436
rbi (0.1.9)
3537
prism (>= 0.18.0, < 0.25)
3638
sorbet-runtime (>= 0.5.9204)
3739
regexp_parser (2.8.3)
38-
rexml (3.2.6)
40+
reline (0.6.3)
41+
io-console (~> 0.5)
42+
rexml (3.4.4)
3943
rspec (3.12.0)
4044
rspec-core (~> 3.12.0)
4145
rspec-expectations (~> 3.12.0)
@@ -88,7 +92,7 @@ GEM
8892
yard-sorbet
8993
thor (1.3.1)
9094
unicode-display_width (2.5.0)
91-
yard (0.9.36)
95+
yard (0.9.44)
9296
yard-sorbet (0.8.1)
9397
sorbet-runtime (>= 0.5)
9498
yard (>= 0.9)

sorbet/rbi/gems/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/*.rbi linguist-generated=true

0 commit comments

Comments
 (0)