File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ group :db do
7
7
# Needed for Msf::DbManager
8
8
gem 'activerecord' , '>= 3.0.0' , '< 4.0.0'
9
9
# Metasploit::Credential database models
10
- gem 'metasploit-credential' , '>= 0.7.9 .pre.core.pre.search' , '< 0.8'
10
+ gem 'metasploit-credential' , '>= 0.7.10 .pre.core.pre.search' , '< 0.8'
11
11
# Database models shared between framework and Pro.
12
- gem 'metasploit_data_models' , '>= 0.18.0' , '< 0.19'
12
+ gem 'metasploit_data_models' , '~> 0.19'
13
13
# Needed for module caching in Mdm::ModuleDetails
14
14
gem 'pg' , '>= 0.11'
15
15
end
Original file line number Diff line number Diff line change 41
41
i18n (~> 0.6 , >= 0.6.4 )
42
42
multi_json (~> 1.0 )
43
43
arel (3.0.3 )
44
+ arel-helpers (2.0.0 )
45
+ activerecord (>= 3.1.0 , < 5 )
44
46
bcrypt (3.1.7 )
45
47
builder (3.0.4 )
46
48
coderay (1.1.0 )
58
60
json (1.8.1 )
59
61
metasploit-concern (0.1.1 )
60
62
activesupport (~> 3.0 , >= 3.0.0 )
61
- metasploit-credential (0.7.9 .pre.core.pre.search )
63
+ metasploit-credential (0.7.10 .pre.core.pre.search )
62
64
metasploit-concern (~> 0.1.0 )
63
65
metasploit-model (>= 0.25.6 )
64
- metasploit_data_models (>= 0.18.0.pre.compatibility , < 0.19 )
66
+ metasploit_data_models (~> 0.19 )
65
67
pg
66
68
rubyntlm
67
69
rubyzip (~> 1.1 )
68
70
metasploit-model (0.25.6 )
69
71
activesupport
70
- metasploit_data_models (0.18 .0 )
72
+ metasploit_data_models (0.19 .0 )
71
73
activerecord (>= 3.2.13 , < 4.0.0 )
72
74
activesupport
75
+ arel-helpers
73
76
metasploit-concern (~> 0.1.0 )
74
77
metasploit-model (>= 0.25.1 , < 0.26 )
75
78
pg
@@ -156,9 +159,9 @@ DEPENDENCIES
156
159
factory_girl (>= 4.1.0 )
157
160
factory_girl_rails
158
161
fivemat (= 1.2.1 )
159
- metasploit-credential (>= 0.7.9 .pre.core.pre.search , < 0.8 )
162
+ metasploit-credential (>= 0.7.10 .pre.core.pre.search , < 0.8 )
160
163
metasploit-framework !
161
- metasploit_data_models (>= 0.18.0 , < 0.19 )
164
+ metasploit_data_models (~> 0.19 )
162
165
network_interface (~> 0.0.1 )
163
166
pcaprub
164
167
pg (>= 0.11 )
You can’t perform that action at this time.
0 commit comments