restrict aggregator on arm for now

This commit is contained in:
Jeffrey Martin 2017-10-18 13:21:02 -05:00
parent c478133539
commit 5458b58a74
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
2 changed files with 5 additions and 2 deletions

View File

@ -19,7 +19,10 @@ group :development do
# module documentation
gem 'octokit'
# Metasploit::Aggregator external session proxy
gem 'metasploit-aggregator'
gem 'metasploit-aggregator' if [
'x86-mingw32', 'x64-mingw32',
'x86_64-linux', 'x86-linux',
'darwin'].include?(RUBY_PLATFORM.gsub(/.*darwin.*/, 'darwin'))
end
group :development, :test do

View File

@ -363,7 +363,7 @@ PLATFORMS
DEPENDENCIES
factory_girl_rails
fivemat
metasploit-aggregator (~> 1.0.0)
metasploit-aggregator
metasploit-framework!
octokit
pry