remove metasploit-credential dep

remove from the Gemfile for now. we don't need it
just yet, and there are dependency resolution issues
bug/bundler_fix
David Maloney 2014-04-28 11:09:31 -05:00
parent c02fb21c3b
commit cea12c9d0c
No known key found for this signature in database
GPG Key ID: DEDBA9DC3A913DB2
2 changed files with 25 additions and 43 deletions

View File

@ -1,7 +1,5 @@
source 'https://rubygems.org'
gem 'metasploit-credential', git: 'git@github.com:rapid7/metasploit-credential.git', tag: 'v0.0.1-metasploit-credential'
# Need 3+ for ActiveSupport::Concern
gem 'activesupport', '>= 3.0.0', '< 4.0.0'
# Needed for some admin modules (cfme_manageiq_evm_pass_reset.rb)

View File

@ -1,76 +1,61 @@
GIT
remote: git@github.com:rapid7/metasploit-credential.git
revision: da2605ab0a1565be256c53623d7c9562a88b4abe
tag: v0.0.1-metasploit-credential
specs:
metasploit-credential (0.0.1.pre.metasploit.pre.credential)
metasploit-concern (~> 0.0.2)
metasploit_data_models (~> 0.17.0)
net-ssh
rubyntlm
GEM
remote: https://rubygems.org/
specs:
activemodel (3.2.14)
activesupport (= 3.2.14)
activemodel (3.2.17)
activesupport (= 3.2.17)
builder (~> 3.0.0)
activerecord (3.2.14)
activemodel (= 3.2.14)
activesupport (= 3.2.14)
activerecord (3.2.17)
activemodel (= 3.2.17)
activesupport (= 3.2.17)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.14)
activesupport (3.2.17)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
arel (3.0.2)
arel (3.0.3)
bcrypt (3.1.7)
builder (3.0.4)
database_cleaner (1.1.1)
diff-lcs (1.2.4)
factory_girl (4.2.0)
database_cleaner (1.2.0)
diff-lcs (1.2.5)
factory_girl (4.4.0)
activesupport (>= 3.0.0)
fivemat (1.2.1)
i18n (0.6.5)
json (1.8.0)
metasploit-concern (0.0.2)
activesupport (~> 3.0, >= 3.0.0)
i18n (0.6.9)
json (1.8.1)
metasploit_data_models (0.17.0)
activerecord (>= 3.2.13)
activesupport
pg
mini_portile (0.5.1)
msgpack (0.5.5)
mini_portile (0.5.3)
msgpack (0.5.8)
multi_json (1.0.4)
net-ssh (2.8.0)
network_interface (0.0.1)
nokogiri (1.6.0)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
packetfu (1.1.9)
pcaprub (0.11.3)
pg (0.16.0)
rake (10.1.0)
redcarpet (3.0.0)
pg (0.17.1)
rake (10.3.1)
redcarpet (3.1.1)
rkelly-remix (0.0.6)
robots (0.10.1)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.5)
rspec-expectations (2.14.2)
rspec-core (2.14.8)
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.3)
rubyntlm (0.4.0)
shoulda-matchers (2.3.0)
rspec-mocks (2.14.6)
shoulda-matchers (2.6.0)
activesupport (>= 3.0.0)
simplecov (0.5.4)
multi_json (~> 1.0.3)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
timecop (0.6.3)
tzinfo (0.3.37)
yard (0.8.7)
timecop (0.7.1)
tzinfo (0.3.39)
yard (0.8.7.4)
PLATFORMS
ruby
@ -83,7 +68,6 @@ DEPENDENCIES
factory_girl (>= 4.1.0)
fivemat (= 1.2.1)
json
metasploit-credential!
metasploit_data_models (~> 0.17.0)
msgpack
network_interface (~> 0.0.1)