Skip to content

Commit

Permalink
clarify when we need to remove the xpath pin
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Cook committed Jul 12, 2017
1 parent b7d082f commit 456bf80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metasploit-framework.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'nexpose'
# Needed for NDMP sockets
spec.add_runtime_dependency 'xdr'
# Needed for the xpath
# Needed to work around a regression between capybara 2.7.1 and xpath 2.1
# XXX remove when capybara is updated to work with xpath 2.1
spec.add_runtime_dependency 'xpath', '2.0'
end

0 comments on commit 456bf80

Please sign in to comment.