Land #4816, switch to rb-readline-r7

Fixes #4816

See also MSP-12070
bug/bundler_fix
Tod Beardsley 2015-02-25 17:08:15 -06:00
commit 2edd268275
No known key found for this signature in database
GPG Key ID: BD63D0A3EA19CAAC
2 changed files with 4 additions and 3 deletions

View File

@ -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)

View File

@ -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