File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
metasploit-credential (= 1.0.1 )
15
15
metasploit-model (= 1.0.0 )
16
16
metasploit-payloads (= 1.0.19 )
17
- metasploit_data_models (= 1.2.9 )
17
+ metasploit_data_models (= 1.2.10 )
18
18
msgpack
19
19
network_interface (~> 0.0.1 )
20
20
nokogiri
125
125
activesupport (>= 4.0.9 , < 4.1.0 )
126
126
railties (>= 4.0.9 , < 4.1.0 )
127
127
metasploit-payloads (1.0.19 )
128
- metasploit_data_models (1.2.9 )
128
+ metasploit_data_models (1.2.10 )
129
129
activerecord (>= 4.0.9 , < 4.1.0 )
130
130
activesupport (>= 4.0.9 , < 4.1.0 )
131
131
arel-helpers
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Gem::Specification.new do |spec|
63
63
# Metasploit::Credential database models
64
64
spec . add_runtime_dependency 'metasploit-credential' , '1.0.1'
65
65
# Database models shared between framework and Pro.
66
- spec . add_runtime_dependency 'metasploit_data_models' , '1.2.9 '
66
+ spec . add_runtime_dependency 'metasploit_data_models' , '1.2.10 '
67
67
# Things that would normally be part of the database model, but which
68
68
# are needed when there's no database
69
69
spec . add_runtime_dependency 'metasploit-model' , '1.0.0'
You can’t perform that action at this time.
0 commit comments