commit
2edd268275
|
@ -14,7 +14,7 @@ PATH
|
|||
nokogiri
|
||||
packetfu (= 1.1.9)
|
||||
railties
|
||||
rb-readline
|
||||
rb-readline-r7
|
||||
recog (~> 1.0)
|
||||
robots
|
||||
rubyzip (~> 1.1)
|
||||
|
@ -172,7 +172,7 @@ GEM
|
|||
rdoc (~> 3.4)
|
||||
thor (>= 0.14.6, < 2.0)
|
||||
rake (10.4.2)
|
||||
rb-readline (0.5.2)
|
||||
rb-readline-r7 (0.5.2.0)
|
||||
rdoc (3.12.2)
|
||||
json (~> 1.4)
|
||||
recog (1.0.16)
|
||||
|
|
|
@ -80,7 +80,8 @@ Gem::Specification.new do |spec|
|
|||
# NoMethodError undefined method `dlopen' for Fiddle:Module
|
||||
unless Gem.win_platform?
|
||||
# Command line editing, history, and tab completion in msfconsole
|
||||
spec.add_runtime_dependency 'rb-readline'
|
||||
# Use the Rapid7 fork until the official gem catches up
|
||||
spec.add_runtime_dependency 'rb-readline-r7'
|
||||
end
|
||||
|
||||
# Needed by anemone crawler
|
||||
|
|
Loading…
Reference in New Issue