Skip to content

Commit 22a1b0a

Browse files
committed
Land rapid7#5399, latest recog and MDM
2 parents 27ddee4 + 2934dcb commit 22a1b0a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PATH
1515
packetfu (= 1.1.9)
1616
railties
1717
rb-readline-r7
18-
recog (~> 1.0)
18+
recog (~> 2.0)
1919
robots
2020
rubyzip (~> 1.1)
2121
sqlite3
@@ -24,7 +24,7 @@ PATH
2424
activerecord (>= 4.0.9, < 4.1.0)
2525
metasploit-credential (~> 1.0)
2626
metasploit-framework (= 4.11.0.pre.dev)
27-
metasploit_data_models (~> 1.0)
27+
metasploit_data_models (~> 1.2)
2828
pg (>= 0.11)
2929
metasploit-framework-pcap (4.11.0.pre.dev)
3030
metasploit-framework (= 4.11.0.pre.dev)
@@ -124,7 +124,7 @@ GEM
124124
activesupport (>= 4.0.9, < 4.1.0)
125125
railties (>= 4.0.9, < 4.1.0)
126126
metasploit-payloads (1.0.2)
127-
metasploit_data_models (1.1.0)
127+
metasploit_data_models (1.2.0)
128128
activerecord (>= 4.0.9, < 4.1.0)
129129
activesupport (>= 4.0.9, < 4.1.0)
130130
arel-helpers
@@ -133,12 +133,12 @@ GEM
133133
pg
134134
postgres_ext
135135
railties (>= 4.0.9, < 4.1.0)
136-
recog (~> 1.0)
136+
recog (~> 2.0)
137137
method_source (0.8.2)
138138
mime-types (2.4.3)
139139
mini_portile (0.6.2)
140140
minitest (4.7.5)
141-
msgpack (0.5.11)
141+
msgpack (0.6.0)
142142
multi_json (1.11.0)
143143
multi_test (0.1.2)
144144
network_interface (0.0.1)
@@ -174,7 +174,7 @@ GEM
174174
thor (>= 0.18.1, < 2.0)
175175
rake (10.4.2)
176176
rb-readline-r7 (0.5.2.0)
177-
recog (1.0.29)
177+
recog (2.0.2)
178178
nokogiri
179179
redcarpet (3.2.3)
180180
rkelly-remix (0.0.6)

metasploit-framework-db.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
3131
# Metasploit::Credential database models
3232
spec.add_runtime_dependency 'metasploit-credential', '~> 1.0'
3333
# Database models shared between framework and Pro.
34-
spec.add_runtime_dependency 'metasploit_data_models', '~> 1.0'
34+
spec.add_runtime_dependency 'metasploit_data_models', '~> 1.2'
3535
# depend on metasploit-framewrok as the optional gems are useless with the actual code
3636
spec.add_runtime_dependency 'metasploit-framework', "= #{spec.version}"
3737
# Needed for module caching in Mdm::ModuleDetails

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Gem::Specification.new do |spec|
7474
# Run initializers for metasploit-concern, metasploit-credential, metasploit_data_models Rails::Engines
7575
spec.add_runtime_dependency 'railties'
7676
# required for OS fingerprinting
77-
spec.add_runtime_dependency 'recog', '~> 1.0'
77+
spec.add_runtime_dependency 'recog', '~> 2.0'
7878

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

0 commit comments

Comments
 (0)