Skip to content

Commit

Permalink
Upgrade nokogiri to resolve XXE issues. For details see: sparklemotio…
Browse files Browse the repository at this point in the history
  • Loading branch information
dfj committed Dec 30, 2014
1 parent f2dd271 commit 1b12b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netconf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.authors = ["Jeremy Schulman", "Ankit Jain"]
s.email = '[email protected]'
s.files = FileList['lib/net/**/*.rb', 'examples/**/*.rb']
s.add_dependency('nokogiri', '>= 1.5.5')
s.add_dependency('nokogiri', '>= 1.6.4')
s.add_dependency('net-ssh', '>= 2.5.2')
s.add_dependency('net-scp')
end

0 comments on commit 1b12b8c

Please sign in to comment.