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 @@ -15,7 +15,7 @@ group :db do
15
15
# Needed for Msf::DbManager
16
16
gem 'activerecord'
17
17
# Database models shared between framework and Pro.
18
- gem 'metasploit_data_models' , '~> 0.6.14 '
18
+ gem 'metasploit_data_models' , '~> 0.6.15 '
19
19
# Needed for module caching in Mdm::ModuleDetails
20
20
gem 'pg' , '>= 0.11'
21
21
end
Original file line number Diff line number Diff line change 20
20
activesupport (>= 3.0.0 )
21
21
i18n (0.6.1 )
22
22
json (1.7.7 )
23
- metasploit_data_models (0.6.14 )
23
+ metasploit_data_models (0.6.15 )
24
24
activerecord (>= 3.2.13 )
25
25
activesupport
26
26
pg
@@ -56,7 +56,7 @@ DEPENDENCIES
56
56
database_cleaner
57
57
factory_girl (>= 4.1.0 )
58
58
json
59
- metasploit_data_models (~> 0.6.14 )
59
+ metasploit_data_models (~> 0.6.15 )
60
60
msgpack
61
61
nokogiri
62
62
pcaprub
You can’t perform that action at this time.
0 commit comments