Skip to content

Commit dda7a2f

Browse files
authored
Merge pull request #970 from CocoaPods/amorde/bump-rexml
Bump minimum rexml version to 3.3.6 to address CVE-2024-43398
2 parents 1268b7e + de087cd commit dda7a2f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Gemfile.lock

+2-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PATH
2020
claide (>= 1.0.2, < 2.0)
2121
colored2 (~> 3.1)
2222
nanaimo (~> 0.3.0)
23-
rexml (>= 3.3.2, < 4.0)
23+
rexml (>= 3.3.6, < 4.0)
2424

2525
GEM
2626
remote: https://rubygems.org/
@@ -98,8 +98,7 @@ GEM
9898
ffi (>= 0.5.0)
9999
rb-kqueue (0.2.4)
100100
ffi (>= 0.5.0)
101-
rexml (3.3.4)
102-
strscan
101+
rexml (3.3.8)
103102
rubocop (0.47.1)
104103
parser (>= 2.3.3.1, < 3.0)
105104
powerpack (~> 0.1)
@@ -115,7 +114,6 @@ GEM
115114
multi_json (~> 1.0)
116115
simplecov-html (~> 0.9.0)
117116
simplecov-html (0.9.0)
118-
strscan (3.1.0)
119117
terminal-table (1.8.0)
120118
unicode-display_width (~> 1.1, >= 1.1.1)
121119
unicode-display_width (1.4.0)

xcodeproj.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
2626
s.add_runtime_dependency 'claide', '>= 1.0.2', '< 2.0'
2727
s.add_runtime_dependency 'colored2', '~> 3.1'
2828
s.add_runtime_dependency 'nanaimo', '~> 0.3.0'
29-
s.add_runtime_dependency 'rexml', '>= 3.3.2', '< 4.0'
29+
s.add_runtime_dependency 'rexml', '>= 3.3.6', '< 4.0'
3030

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

0 commit comments

Comments
 (0)