Skip to content

Commit

Permalink
Updates development dependencies to address rexml vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jul 18, 2024
1 parent 2c0a842 commit 78580f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elastic-enterprise-search.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rubocop', '>= 1.51' unless defined?(JRUBY_VERSION) &&
Gem::Version.new(JRUBY_VERSION) < Gem::Version.new('9.4')
s.add_development_dependency 'vcr'
s.add_development_dependency 'webmock'
s.add_development_dependency 'webmock', '>= 3.23.1'
# Adapters
s.add_development_dependency 'faraday-httpclient'
s.add_development_dependency 'faraday-net_http_persistent'
Expand Down

0 comments on commit 78580f8

Please sign in to comment.