1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-29 18:07:27 +01:00

Updating to latest MDM

MSP-12014

* Updates find_all_by to where
This commit is contained in:
Samuel Huckins 2015-01-31 21:38:24 -06:00
parent 8740fd9015
commit 00f99b917c
No known key found for this signature in database
GPG Key ID: 5FD48AA28C03C944
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ PATH
activerecord (>= 3.2.21, < 4.0.0)
metasploit-credential (~> 0.13.15)
metasploit-framework (= 4.11.0.pre.dev)
metasploit_data_models (~> 0.22.3)
metasploit_data_models (~> 0.22.4)
pg (>= 0.11)
metasploit-framework-pcap (4.11.0.pre.dev)
metasploit-framework (= 4.11.0.pre.dev)
@ -123,7 +123,7 @@ GEM
metasploit-model (0.28.0)
activesupport
railties (< 4.0.0)
metasploit_data_models (0.22.3)
metasploit_data_models (0.22.4)
activerecord (>= 3.2.13, < 4.0.0)
activesupport
arel-helpers

View File

@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
# Metasploit::Credential database models
spec.add_runtime_dependency 'metasploit-credential', '~> 0.13.15'
# Database models shared between framework and Pro.
spec.add_runtime_dependency 'metasploit_data_models', '~> 0.22.3'
spec.add_runtime_dependency 'metasploit_data_models', '~> 0.22.4'
# depend on metasploit-framewrok as the optional gems are useless with the actual code
spec.add_runtime_dependency 'metasploit-framework', "= #{spec.version}"
# Needed for module caching in Mdm::ModuleDetails