Skip to content

Commit 7d46f42

Browse files
committed
Add polymorphic relationship to Mdm::Vuln
and :origin MSP-12395 * Update Gemfile.lock to use metasploit_data_models 1.1.0, which support the polymorphic relationship
1 parent 5fce00f commit 7d46f42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ GEM
124124
activesupport (>= 4.0.9, < 4.1.0)
125125
railties (>= 4.0.9, < 4.1.0)
126126
metasploit-payloads (0.0.7)
127-
metasploit_data_models (1.0.1)
127+
metasploit_data_models (1.1.0)
128128
activerecord (>= 4.0.9, < 4.1.0)
129129
activesupport (>= 4.0.9, < 4.1.0)
130130
arel-helpers
@@ -146,7 +146,7 @@ GEM
146146
mini_portile (~> 0.6.0)
147147
packetfu (1.1.9)
148148
pcaprub (0.12.0)
149-
pg (0.18.1)
149+
pg (0.18.2)
150150
pg_array_parser (0.0.9)
151151
postgres_ext (2.4.1)
152152
activerecord (>= 4.0.0)
@@ -156,7 +156,7 @@ GEM
156156
coderay (~> 1.1.0)
157157
method_source (~> 0.8.1)
158158
slop (~> 3.4)
159-
rack (1.5.2)
159+
rack (1.5.3)
160160
rack-test (0.6.3)
161161
rack (>= 1.0)
162162
rails (4.0.13)
@@ -222,7 +222,7 @@ GEM
222222
thread_safe (0.3.5)
223223
tilt (1.4.1)
224224
timecop (0.7.3)
225-
tzinfo (0.3.43)
225+
tzinfo (0.3.44)
226226
xpath (2.0.0)
227227
nokogiri (~> 1.3)
228228
yard (0.8.7.6)

0 commit comments

Comments
 (0)