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 25
25
activerecord (>= 4.0.9 , < 4.1.0 )
26
26
metasploit-credential (= 1.0.1 )
27
27
metasploit-framework (= 4.11.4 )
28
- metasploit_data_models (= 1.2.7 )
28
+ metasploit_data_models (= 1.2.8 )
29
29
pg (>= 0.11 )
30
30
metasploit-framework-pcap (4.11.4 )
31
31
metasploit-framework (= 4.11.4 )
126
126
activesupport (>= 4.0.9 , < 4.1.0 )
127
127
railties (>= 4.0.9 , < 4.1.0 )
128
128
metasploit-payloads (1.0.15 )
129
- metasploit_data_models (1.2.7 )
129
+ metasploit_data_models (1.2.8 )
130
130
activerecord (>= 4.0.9 , < 4.1.0 )
131
131
activesupport (>= 4.0.9 , < 4.1.0 )
132
132
arel-helpers
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
31
31
# Metasploit::Credential database models
32
32
spec . add_runtime_dependency 'metasploit-credential' , '1.0.1'
33
33
# Database models shared between framework and Pro.
34
- spec . add_runtime_dependency 'metasploit_data_models' , '1.2.7 '
34
+ spec . add_runtime_dependency 'metasploit_data_models' , '1.2.8 '
35
35
# depend on metasploit-framewrok as the optional gems are useless with the actual code
36
36
spec . add_runtime_dependency 'metasploit-framework' , "= #{ spec . version } "
37
37
# Needed for module caching in Mdm::ModuleDetails
You can’t perform that action at this time.
0 commit comments