update mdm version

bug/bundler_fix
David Maloney 2016-02-26 14:32:03 -06:00
parent 56fed01ff0
commit b7ba38a4c6
No known key found for this signature in database
GPG Key ID: DEDBA9DC3A913DB2
2 changed files with 10 additions and 13 deletions

View File

@ -14,7 +14,7 @@ PATH
metasploit-credential (= 1.0.1)
metasploit-model (= 1.0.0)
metasploit-payloads (= 1.1.0)
metasploit_data_models (= 1.2.10)
metasploit_data_models (= 1.2.11)
msgpack
network_interface (~> 0.0.1)
nokogiri
@ -58,8 +58,8 @@ GEM
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
arel (4.0.2)
arel-helpers (2.1.1)
activerecord (= 4.0.13)
arel-helpers (2.2.0)
activerecord (>= 3.1.0, < 5)
aruba (0.6.2)
childprocess (>= 0.3.6)
cucumber (>= 1.1.1)
@ -125,7 +125,7 @@ GEM
activesupport (>= 4.0.9, < 4.1.0)
railties (>= 4.0.9, < 4.1.0)
metasploit-payloads (1.1.0)
metasploit_data_models (1.2.10)
metasploit_data_models (1.2.11)
activerecord (>= 4.0.9, < 4.1.0)
activesupport (>= 4.0.9, < 4.1.0)
arel-helpers
@ -139,7 +139,7 @@ GEM
mime-types (2.6.1)
mini_portile2 (2.0.0)
minitest (4.7.5)
msgpack (0.7.1)
msgpack (0.7.4)
multi_json (1.11.2)
multi_test (0.1.2)
network_interface (0.0.1)
@ -149,10 +149,10 @@ GEM
packetfu (1.1.11)
network_interface (~> 0.0)
pcaprub (~> 0.12)
pcaprub (0.12.0)
pcaprub (0.12.1)
pg (0.18.4)
pg_array_parser (0.0.9)
postgres_ext (2.4.1)
postgres_ext (3.0.0)
activerecord (>= 4.0.0)
arel (>= 4.0.1)
pg_array_parser (~> 0.0.9)
@ -200,8 +200,8 @@ GEM
rspec-mocks (~> 3.3.0)
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
rubyntlm (0.5.2)
rubyzip (1.1.7)
rubyntlm (0.6.0)
rubyzip (1.2.0)
shoulda-matchers (2.8.0)
activesupport (>= 3.0.0)
simplecov (0.9.2)
@ -246,6 +246,3 @@ DEPENDENCIES
simplecov
timecop
yard
BUNDLED WITH
1.11.2

View File

@ -65,7 +65,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.10'
spec.add_runtime_dependency 'metasploit_data_models', '1.2.11'
# 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'