missed credential
parent
ca18996272
commit
1911d0cd17
1
Gemfile
1
Gemfile
|
@ -10,6 +10,7 @@ gem 'yard-metasploit-erd', github: 'rapid7/yard-metasploit-erd', branch: '
|
|||
gem 'metasploit-concern', github: 'rapid7/metasploit-concern', branch: 'staging/rails-upgrade'
|
||||
gem 'metasploit-model', github: 'rapid7/metasploit-model', branch: 'staging/rails-upgrade'
|
||||
gem 'metasploit_data_models', github: 'rapid7/metasploit_data_models', branch: 'staging/rails-upgrade'
|
||||
gem 'metasploit-credential', github: 'rapid7/metasploit-credential', branch: 'staging/rails-upgrade'
|
||||
|
||||
# separate from test as simplecov is not run on travis-ci
|
||||
group :coverage do
|
||||
|
|
16
Gemfile.lock
16
Gemfile.lock
|
@ -8,6 +8,20 @@ GIT
|
|||
activesupport (>= 4.1, < 4.2)
|
||||
railties (>= 4.1, < 4.2)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/rapid7/metasploit-credential.git
|
||||
revision: 8ab9f2dc9f207341bbfe63cdf94a8723750435be
|
||||
branch: staging/rails-upgrade
|
||||
specs:
|
||||
metasploit-credential (1.1.0)
|
||||
metasploit-concern
|
||||
metasploit-model
|
||||
metasploit_data_models
|
||||
pg
|
||||
railties
|
||||
rubyntlm
|
||||
rubyzip (~> 1.1)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/rapid7/metasploit-erd.git
|
||||
revision: 0e89e5028340f6fa7b8332f8517b4cd0065861ab
|
||||
|
@ -248,6 +262,7 @@ GEM
|
|||
rspec-support (~> 3.3.0)
|
||||
rspec-support (3.3.0)
|
||||
ruby-graphviz (1.2.2)
|
||||
rubyntlm (0.6.0)
|
||||
rubyzip (1.2.0)
|
||||
shoulda-matchers (2.8.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
@ -283,6 +298,7 @@ DEPENDENCIES
|
|||
factory_girl_rails (~> 4.5.0)
|
||||
fivemat (~> 1.3.1)
|
||||
metasploit-concern!
|
||||
metasploit-credential!
|
||||
metasploit-erd!
|
||||
metasploit-framework!
|
||||
metasploit-model!
|
||||
|
|
Loading…
Reference in New Issue