Skip to content

Commit cbe02f0

Browse files
author
Brent Cook
committed
Land rapid7#6005, update recog to 2.0.14
2 parents 55f6fe7 + 49bd437 commit cbe02f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PATH
1616
packetfu (= 1.1.11)
1717
railties
1818
rb-readline-r7
19-
recog (= 2.0.6)
19+
recog (= 2.0.14)
2020
robots
2121
rubyzip (~> 1.1)
2222
sqlite3
@@ -178,7 +178,7 @@ GEM
178178
thor (>= 0.18.1, < 2.0)
179179
rake (10.4.2)
180180
rb-readline-r7 (0.5.2.0)
181-
recog (2.0.6)
181+
recog (2.0.14)
182182
nokogiri
183183
redcarpet (3.2.3)
184184
rkelly-remix (0.0.6)

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Gem::Specification.new do |spec|
7373
# Run initializers for metasploit-concern, metasploit-credential, metasploit_data_models Rails::Engines
7474
spec.add_runtime_dependency 'railties'
7575
# required for OS fingerprinting
76-
spec.add_runtime_dependency 'recog', '2.0.6'
76+
spec.add_runtime_dependency 'recog', '2.0.14'
7777

7878
# rb-readline doesn't work with Ruby Installer due to error with Fiddle:
7979
# NoMethodError undefined method `dlopen' for Fiddle:Module

0 commit comments

Comments
 (0)