Skip to content

Commit 1ee2363

Browse files
committed
add rexml to clear vulnerability
1 parent 4ba8023 commit 1ee2363

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ gem "phlex-rails", "~> 1.2"
1616
gem "devise", "~> 4.9"
1717
gem "will_paginate", "~> 4.0"
1818
gem "validate_url", "~> 1.0"
19+
gem "rexml", ">= 3.3.2"
1920

2021
group :development, :test do
2122
gem "debug", "~> 1.9", ">= 1.9.2", platforms: %i[mri windows]

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ GEM
261261
responders (3.1.1)
262262
actionpack (>= 5.2)
263263
railties (>= 5.2)
264-
rexml (3.2.8)
265-
strscan (>= 3.0.9)
264+
rexml (3.3.2)
265+
strscan
266266
rubocop (1.64.0)
267267
json (~> 2.3)
268268
language_server-protocol (>= 3.17.0)
@@ -366,6 +366,7 @@ DEPENDENCIES
366366
phlex-rails (~> 1.2)
367367
puma (~> 6.4, >= 6.4.2)
368368
rails (~> 7.1, >= 7.1.3.4)
369+
rexml (>= 3.3.2)
369370
rubocop (~> 1.63, >= 1.63.5)
370371
rubocop-factory_bot (~> 2.25, >= 2.25.1)
371372
rubocop-minitest (~> 0.35.0)

0 commit comments

Comments
 (0)