We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d082f commit 456bf80Copy full SHA for 456bf80
metasploit-framework.gemspec
@@ -184,6 +184,7 @@ Gem::Specification.new do |spec|
184
spec.add_runtime_dependency 'nexpose'
185
# Needed for NDMP sockets
186
spec.add_runtime_dependency 'xdr'
187
- # Needed for the xpath
+ # Needed to work around a regression between capybara 2.7.1 and xpath 2.1
188
+ # XXX remove when capybara is updated to work with xpath 2.1
189
spec.add_runtime_dependency 'xpath', '2.0'
190
end
0 commit comments