update to metasploit_data_models 1.2.10 (remove 127.0.0.1 filter)

bug/bundler_fix
Brent Cook 2015-12-22 14:53:21 -06:00
parent 342ce05ff7
commit 9bbf2af86c
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ PATH
metasploit-credential (= 1.0.1)
metasploit-model (= 1.0.0)
metasploit-payloads (= 1.0.19)
metasploit_data_models (= 1.2.9)
metasploit_data_models (= 1.2.10)
msgpack
network_interface (~> 0.0.1)
nokogiri
@ -125,7 +125,7 @@ GEM
activesupport (>= 4.0.9, < 4.1.0)
railties (>= 4.0.9, < 4.1.0)
metasploit-payloads (1.0.19)
metasploit_data_models (1.2.9)
metasploit_data_models (1.2.10)
activerecord (>= 4.0.9, < 4.1.0)
activesupport (>= 4.0.9, < 4.1.0)
arel-helpers

View File

@ -63,7 +63,7 @@ Gem::Specification.new do |spec|
# Metasploit::Credential database models
spec.add_runtime_dependency 'metasploit-credential', '1.0.1'
# Database models shared between framework and Pro.
spec.add_runtime_dependency 'metasploit_data_models', '1.2.9'
spec.add_runtime_dependency 'metasploit_data_models', '1.2.10'
# Things that would normally be part of the database model, but which
# are needed when there's no database
spec.add_runtime_dependency 'metasploit-model', '1.0.0'