Update to metasploit_data_models 0.12.0

[#49878349]

0.12.0 removes validation on Mdm::Host#os_name.
unstable
Luke Imhoff 2013-05-14 15:44:48 -05:00
parent 2454862496
commit 3828458ccc
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ group :db do
# Needed for Msf::DbManager # Needed for Msf::DbManager
gem 'activerecord' gem 'activerecord'
# Database models shared between framework and Pro. # Database models shared between framework and Pro.
gem 'metasploit_data_models', '~> 0.11.2' gem 'metasploit_data_models', '~> 0.12.0'
# Needed for module caching in Mdm::ModuleDetails # Needed for module caching in Mdm::ModuleDetails
gem 'pg', '>= 0.11' gem 'pg', '>= 0.11'
end end

View File

@ -23,7 +23,7 @@ GEM
i18n (0.6.1) i18n (0.6.1)
json (1.7.7) json (1.7.7)
metaclass (0.0.1) metaclass (0.0.1)
metasploit_data_models (0.11.2) metasploit_data_models (0.12.0)
activerecord (>= 3.2.13) activerecord (>= 3.2.13)
activesupport activesupport
pg pg
@ -65,7 +65,7 @@ DEPENDENCIES
database_cleaner database_cleaner
factory_girl (>= 4.1.0) factory_girl (>= 4.1.0)
json json
metasploit_data_models (~> 0.11.2) metasploit_data_models (~> 0.12.0)
msgpack msgpack
nokogiri nokogiri
pcaprub pcaprub