Skip to content

Commit ee9830e

Browse files
committed
Point MDM to branch for community verification
MSP-12834
1 parent 04901ba commit ee9830e

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ group :development do
2424
gem 'pry'
2525
end
2626

27+
gem 'metasploit_data_models', git: '[email protected]:rapid7/metasploit_data_models', branch:'bug/MSP-12834/crawler-choke-on-save'
28+
2729
group :development, :test do
2830
# automatically include factories from spec/factories
2931
gem 'factory_girl_rails', '~> 4.5.0'

Gemfile.lock

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
GIT
2+
remote: [email protected]:rapid7/metasploit_data_models
3+
revision: c36c800866d42187c21c1308a9bac5f3278d8aa3
4+
branch: bug/MSP-12834/crawler-choke-on-save
5+
specs:
6+
metasploit_data_models (1.2.4)
7+
activerecord (>= 4.0.9, < 4.1.0)
8+
activesupport (>= 4.0.9, < 4.1.0)
9+
arel-helpers
10+
metasploit-concern (~> 1.0)
11+
metasploit-model (~> 1.0)
12+
pg
13+
postgres_ext
14+
railties (>= 4.0.9, < 4.1.0)
15+
recog (~> 2.0)
16+
117
PATH
218
remote: .
319
specs:
@@ -24,7 +40,6 @@ PATH
2440
activerecord (>= 4.0.9, < 4.1.0)
2541
metasploit-credential (~> 1.0)
2642
metasploit-framework (= 4.11.0.pre.dev)
27-
metasploit_data_models (~> 1.2)
2843
pg (>= 0.11)
2944
metasploit-framework-pcap (4.11.0.pre.dev)
3045
metasploit-framework (= 4.11.0.pre.dev)
@@ -124,16 +139,6 @@ GEM
124139
activesupport (>= 4.0.9, < 4.1.0)
125140
railties (>= 4.0.9, < 4.1.0)
126141
metasploit-payloads (1.0.2)
127-
metasploit_data_models (1.2.3)
128-
activerecord (>= 4.0.9, < 4.1.0)
129-
activesupport (>= 4.0.9, < 4.1.0)
130-
arel-helpers
131-
metasploit-concern (~> 1.0)
132-
metasploit-model (~> 1.0)
133-
pg
134-
postgres_ext
135-
railties (>= 4.0.9, < 4.1.0)
136-
recog (~> 2.0)
137142
method_source (0.8.2)
138143
mime-types (2.4.3)
139144
mini_portile (0.6.2)
@@ -238,6 +243,7 @@ DEPENDENCIES
238243
metasploit-framework!
239244
metasploit-framework-db!
240245
metasploit-framework-pcap!
246+
metasploit_data_models!
241247
pry
242248
rake (>= 10.0.0)
243249
redcarpet

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.2'
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

0 commit comments

Comments
 (0)