Skip to content

Commit

Permalink
chore: fix vulnerability in rexml (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyupatis committed May 29, 2024
1 parent 1638847 commit 7db8dd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ GEM
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.9.0)
rexml (3.2.6)
rexml (3.2.8)
strscan (>= 3.0.9)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand Down Expand Up @@ -91,6 +92,7 @@ GEM
standard-performance (1.3.1)
lint_roller (~> 1.1)
rubocop-performance (~> 1.20.2)
strscan (3.1.0)
thor (1.2.1)
unicode-display_width (2.5.0)
webmock (3.19.1)
Expand Down

0 comments on commit 7db8dd5

Please sign in to comment.