File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
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.13.8 )
25
+ metasploit-credential (~> 0.13.12 )
26
26
metasploit-framework (= 4.11.0.pre.dev )
27
- metasploit_data_models (~> 0.21.3 )
27
+ metasploit_data_models (~> 0.22.1 )
28
28
pg (>= 0.11 )
29
29
metasploit-framework-pcap (4.11.0.pre.dev )
30
30
metasploit-framework (= 4.11.0.pre.dev )
62
62
i18n (~> 0.6 , >= 0.6.4 )
63
63
multi_json (~> 1.0 )
64
64
arel (3.0.3 )
65
- arel-helpers (2.0.2 )
65
+ arel-helpers (2.1.0 )
66
66
activerecord (>= 3.1.0 , < 5 )
67
67
aruba (0.6.1 )
68
68
childprocess (>= 0.3.6 )
@@ -112,18 +112,18 @@ GEM
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.13.8 )
115
+ metasploit-credential (0.13.12 )
116
116
metasploit-concern (~> 0.3.0 )
117
117
metasploit-model (~> 0.28.0 )
118
- metasploit_data_models (~> 0.21.0 )
118
+ metasploit_data_models (~> 0.22.1 )
119
119
pg
120
120
railties (< 4.0.0 )
121
121
rubyntlm
122
122
rubyzip (~> 1.1 )
123
123
metasploit-model (0.28.0 )
124
124
activesupport
125
125
railties (< 4.0.0 )
126
- metasploit_data_models (0.21.3 )
126
+ metasploit_data_models (0.22.1 )
127
127
activerecord (>= 3.2.13 , < 4.0.0 )
128
128
activesupport
129
129
arel-helpers
143
143
mini_portile (~> 0.6.0 )
144
144
packetfu (1.1.9 )
145
145
pcaprub (0.11.3 )
146
- pg (0.17 .1 )
146
+ pg (0.18 .1 )
147
147
polyglot (0.3.5 )
148
148
pry (0.10.0 )
149
149
coderay (~> 1.1.0 )
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ 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.13.8 '
32
+ spec . add_runtime_dependency 'metasploit-credential' , '~> 0.13.12 '
33
33
# Database models shared between framework and Pro.
34
- spec . add_runtime_dependency 'metasploit_data_models' , '~> 0.21.4 '
34
+ spec . add_runtime_dependency 'metasploit_data_models' , '~> 0.22.1 '
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