Bump credential version for #to_s fixes
parent
a35e7371bb
commit
1931024c86
2
Gemfile
2
Gemfile
|
@ -7,7 +7,7 @@ group :db do
|
||||||
# Needed for Msf::DbManager
|
# Needed for Msf::DbManager
|
||||||
gem 'activerecord', '>= 3.0.0', '< 4.0.0'
|
gem 'activerecord', '>= 3.0.0', '< 4.0.0'
|
||||||
# Metasploit::Credential database models
|
# Metasploit::Credential database models
|
||||||
gem 'metasploit-credential', '>= 0.7.10.pre.core.pre.search', '< 0.8'
|
gem 'metasploit-credential', '~> 0.7.14', '< 0.8'
|
||||||
# Database models shared between framework and Pro.
|
# Database models shared between framework and Pro.
|
||||||
gem 'metasploit_data_models', '~> 0.19'
|
gem 'metasploit_data_models', '~> 0.19'
|
||||||
# Needed for module caching in Mdm::ModuleDetails
|
# Needed for module caching in Mdm::ModuleDetails
|
||||||
|
|
16
Gemfile.lock
16
Gemfile.lock
|
@ -60,7 +60,7 @@ GEM
|
||||||
json (1.8.1)
|
json (1.8.1)
|
||||||
metasploit-concern (0.1.1)
|
metasploit-concern (0.1.1)
|
||||||
activesupport (~> 3.0, >= 3.0.0)
|
activesupport (~> 3.0, >= 3.0.0)
|
||||||
metasploit-credential (0.7.10.pre.core.pre.search)
|
metasploit-credential (0.7.14)
|
||||||
metasploit-concern (~> 0.1.0)
|
metasploit-concern (~> 0.1.0)
|
||||||
metasploit-model (>= 0.25.6)
|
metasploit-model (>= 0.25.6)
|
||||||
metasploit_data_models (~> 0.19)
|
metasploit_data_models (~> 0.19)
|
||||||
|
@ -69,7 +69,7 @@ GEM
|
||||||
rubyzip (~> 1.1)
|
rubyzip (~> 1.1)
|
||||||
metasploit-model (0.25.6)
|
metasploit-model (0.25.6)
|
||||||
activesupport
|
activesupport
|
||||||
metasploit_data_models (0.19.0)
|
metasploit_data_models (0.19.3)
|
||||||
activerecord (>= 3.2.13, < 4.0.0)
|
activerecord (>= 3.2.13, < 4.0.0)
|
||||||
activesupport
|
activesupport
|
||||||
arel-helpers
|
arel-helpers
|
||||||
|
@ -82,7 +82,7 @@ GEM
|
||||||
msgpack (0.5.8)
|
msgpack (0.5.8)
|
||||||
multi_json (1.0.4)
|
multi_json (1.0.4)
|
||||||
network_interface (0.0.1)
|
network_interface (0.0.1)
|
||||||
nokogiri (1.6.2.1)
|
nokogiri (1.6.3.1)
|
||||||
mini_portile (= 0.6.0)
|
mini_portile (= 0.6.0)
|
||||||
packetfu (1.1.9)
|
packetfu (1.1.9)
|
||||||
pcaprub (0.11.3)
|
pcaprub (0.11.3)
|
||||||
|
@ -118,9 +118,9 @@ GEM
|
||||||
rspec-collection_matchers (1.0.0)
|
rspec-collection_matchers (1.0.0)
|
||||||
rspec-expectations (>= 2.99.0.beta1)
|
rspec-expectations (>= 2.99.0.beta1)
|
||||||
rspec-core (2.99.1)
|
rspec-core (2.99.1)
|
||||||
rspec-expectations (2.99.1)
|
rspec-expectations (2.99.2)
|
||||||
diff-lcs (>= 1.1.3, < 2.0)
|
diff-lcs (>= 1.1.3, < 2.0)
|
||||||
rspec-mocks (2.99.1)
|
rspec-mocks (2.99.2)
|
||||||
rspec-rails (2.99.0)
|
rspec-rails (2.99.0)
|
||||||
actionpack (>= 3.0)
|
actionpack (>= 3.0)
|
||||||
activemodel (>= 3.0)
|
activemodel (>= 3.0)
|
||||||
|
@ -132,13 +132,13 @@ GEM
|
||||||
rspec-mocks (~> 2.99.0)
|
rspec-mocks (~> 2.99.0)
|
||||||
rubyntlm (0.4.0)
|
rubyntlm (0.4.0)
|
||||||
rubyzip (1.1.6)
|
rubyzip (1.1.6)
|
||||||
shoulda-matchers (2.6.1)
|
shoulda-matchers (2.6.2)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
simplecov (0.5.4)
|
simplecov (0.5.4)
|
||||||
multi_json (~> 1.0.3)
|
multi_json (~> 1.0.3)
|
||||||
simplecov-html (~> 0.5.3)
|
simplecov-html (~> 0.5.3)
|
||||||
simplecov-html (0.5.3)
|
simplecov-html (0.5.3)
|
||||||
slop (3.5.0)
|
slop (3.6.0)
|
||||||
sprockets (2.2.2)
|
sprockets (2.2.2)
|
||||||
hike (~> 1.2)
|
hike (~> 1.2)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
|
@ -159,7 +159,7 @@ DEPENDENCIES
|
||||||
factory_girl (>= 4.1.0)
|
factory_girl (>= 4.1.0)
|
||||||
factory_girl_rails
|
factory_girl_rails
|
||||||
fivemat (= 1.2.1)
|
fivemat (= 1.2.1)
|
||||||
metasploit-credential (>= 0.7.10.pre.core.pre.search, < 0.8)
|
metasploit-credential (~> 0.7.14, < 0.8)
|
||||||
metasploit-framework!
|
metasploit-framework!
|
||||||
metasploit_data_models (~> 0.19)
|
metasploit_data_models (~> 0.19)
|
||||||
network_interface (~> 0.0.1)
|
network_interface (~> 0.0.1)
|
||||||
|
|
Loading…
Reference in New Issue