Skip to content

Commit 2edd268

Browse files
author
Tod Beardsley
committed
Land rapid7#4816, switch to rb-readline-r7
Fixes rapid7#4816 See also MSP-12070
2 parents 3cf9474 + 4fd2f68 commit 2edd268

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PATH
1414
nokogiri
1515
packetfu (= 1.1.9)
1616
railties
17-
rb-readline
17+
rb-readline-r7
1818
recog (~> 1.0)
1919
robots
2020
rubyzip (~> 1.1)
@@ -172,7 +172,7 @@ GEM
172172
rdoc (~> 3.4)
173173
thor (>= 0.14.6, < 2.0)
174174
rake (10.4.2)
175-
rb-readline (0.5.2)
175+
rb-readline-r7 (0.5.2.0)
176176
rdoc (3.12.2)
177177
json (~> 1.4)
178178
recog (1.0.16)

metasploit-framework.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ Gem::Specification.new do |spec|
8080
# NoMethodError undefined method `dlopen' for Fiddle:Module
8181
unless Gem.win_platform?
8282
# Command line editing, history, and tab completion in msfconsole
83-
spec.add_runtime_dependency 'rb-readline'
83+
# Use the Rapid7 fork until the official gem catches up
84+
spec.add_runtime_dependency 'rb-readline-r7'
8485
end
8586

8687
# Needed by anemone crawler

0 commit comments

Comments
 (0)