Skip to content

Commit

Permalink
Merge pull request #948 from bmedenwald/rexml-cve
Browse files Browse the repository at this point in the history
Update rexml dependency (CVE-2024-39908)
  • Loading branch information
segiddins committed Jul 19, 2024
2 parents b1e861b + 844d4e8 commit a234cae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PATH
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (~> 3.2.4)
rexml (>= 3.3.2, < 4.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -94,7 +94,8 @@ GEM
ffi (>= 0.5.0)
rb-kqueue (0.2.4)
ffi (>= 0.5.0)
rexml (3.2.6)
rexml (3.3.2)
strscan
rubocop (0.47.1)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
Expand All @@ -110,6 +111,7 @@ GEM
multi_json (~> 1.0)
simplecov-html (~> 0.9.0)
simplecov-html (0.9.0)
strscan (3.1.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.4.0)
Expand Down
2 changes: 1 addition & 1 deletion xcodeproj.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'claide', '>= 1.0.2', '< 2.0'
s.add_runtime_dependency 'colored2', '~> 3.1'
s.add_runtime_dependency 'nanaimo', '~> 0.3.0'
s.add_runtime_dependency 'rexml', '~> 3.2.4'
s.add_runtime_dependency 'rexml', '>= 3.3.2', '< 4.0'

## Make sure you can build the gem on older versions of RubyGems too:
s.rubygems_version = '1.6.2'
Expand Down

0 comments on commit a234cae

Please sign in to comment.