Skip to content

Commit 456bf80

Browse files
author
Brent Cook
committed
clarify when we need to remove the xpath pin
1 parent b7d082f commit 456bf80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

metasploit-framework.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ Gem::Specification.new do |spec|
184184
spec.add_runtime_dependency 'nexpose'
185185
# Needed for NDMP sockets
186186
spec.add_runtime_dependency 'xdr'
187-
# Needed for the xpath
187+
# 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
188189
spec.add_runtime_dependency 'xpath', '2.0'
189190
end

0 commit comments

Comments
 (0)