Skip to content

Commit

Permalink
Fixes #38157 - Declare rexml as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
adamruzicka authored and ekohl committed Jan 23, 2025
1 parent ae801e0 commit a756b04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smart_proxy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Gem::Specification.new do |s|
s.add_dependency 'json'
s.add_dependency 'logging'
s.add_dependency 'rack', '>= 1.3'
s.add_dependency 'rexml', '~> 3.2'
s.add_dependency 'sd_notify', '~> 0.1'
s.add_dependency 'sinatra', '~> 2.0'
s.add_dependency 'webrick', '~> 1.0'
Expand Down

0 comments on commit a756b04

Please sign in to comment.