Skip to content

Commit 49bd437

Browse files
committed
Update to recog 2.0.14
1 parent e911d60 commit 49bd437

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
@@ -15,7 +15,7 @@ PATH
1515
packetfu (= 1.1.11)
1616
railties
1717
rb-readline-r7
18-
recog (= 2.0.6)
18+
recog (= 2.0.14)
1919
robots
2020
rubyzip (~> 1.1)
2121
sqlite3
@@ -176,7 +176,7 @@ GEM
176176
thor (>= 0.18.1, < 2.0)
177177
rake (10.4.2)
178178
rb-readline-r7 (0.5.2.0)
179-
recog (2.0.6)
179+
recog (2.0.14)
180180
nokogiri
181181
redcarpet (3.2.3)
182182
rkelly-remix (0.0.6)

metasploit-framework.gemspec

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

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

0 commit comments

Comments
 (0)