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 22
22
tzinfo
23
23
metasploit-framework-db (4.11.0.pre.dev )
24
24
activerecord (>= 3.2.21 , < 4.0.0 )
25
- metasploit-credential (~> 0.14.2 )
25
+ metasploit-credential (~> 0.14.3 )
26
26
metasploit-framework (= 4.11.0.pre.dev )
27
27
metasploit_data_models (~> 0.23.0 )
28
28
pg (>= 0.11 )
112
112
metasploit-concern (0.3.0 )
113
113
activesupport (~> 3.0 , >= 3.0.0 )
114
114
railties (< 4.0.0 )
115
- metasploit-credential (0.14.2 )
115
+ metasploit-credential (0.14.3 )
116
116
metasploit-concern (~> 0.3.0 )
117
117
metasploit-model (~> 0.29.0 )
118
118
metasploit_data_models (~> 0.23.0 )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
29
29
30
30
spec . add_runtime_dependency 'activerecord' , *Metasploit ::Framework ::RailsVersionConstraint ::RAILS_VERSION
31
31
# Metasploit::Credential database models
32
- spec . add_runtime_dependency 'metasploit-credential' , '~> 0.14.2 '
32
+ spec . add_runtime_dependency 'metasploit-credential' , '~> 0.14.3 '
33
33
# Database models shared between framework and Pro.
34
34
spec . add_runtime_dependency 'metasploit_data_models' , '~> 0.23.0'
35
35
# depend on metasploit-framewrok as the optional gems are useless with the actual code
You can’t perform that action at this time.
0 commit comments