Skip to content

Commit

Permalink
Update REXML to 3.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gettalong committed Nov 18, 2024
1 parent 415315f commit d8057be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ namespace :dev do
s.require_path = 'lib'
s.executables = ['kramdown']
s.required_ruby_version = '>= 2.5'
s.add_dependency "rexml", '>= 3.3.6'
s.add_dependency "rexml", '>= 3.3.9'
s.add_development_dependency 'minitest', '~> 5.0'
s.add_development_dependency 'rouge', '~> 3.0', '>= 3.26.0'
s.add_development_dependency 'stringex', '~> 1.5.1'
Expand Down

0 comments on commit d8057be

Please sign in to comment.