Skip to content

Commit

Permalink
use rexml ~> 3.2.5 due to CVE-2021-28965
Browse files Browse the repository at this point in the history
  • Loading branch information
swiknaba authored and ashkulz committed May 6, 2021
1 parent 999d0b9 commit 928a51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pronto.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('httparty', '>= 0.13.7')
s.add_runtime_dependency('octokit', '~> 4.7', '>= 4.7.0')
s.add_runtime_dependency('rainbow', '>= 2.2', '< 4.0')
s.add_runtime_dependency('rexml', '~> 3.2')
s.add_runtime_dependency('rexml', '~> 3.2', '>= 3.2.5')
s.add_runtime_dependency('rugged', '>= 0.23.0', '< 1.1.0')
s.add_runtime_dependency('thor', '>= 0.20.3', '< 2.0')
s.add_development_dependency('bundler', '>= 1.15')
Expand Down

0 comments on commit 928a51e

Please sign in to comment.