Skip to content

Commit 5458b58

Browse files
committed
restrict aggregator on arm for now
1 parent c478133 commit 5458b58

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Gemfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ group :development do
1919
# module documentation
2020
gem 'octokit'
2121
# Metasploit::Aggregator external session proxy
22-
gem 'metasploit-aggregator'
22+
gem 'metasploit-aggregator' if [
23+
'x86-mingw32', 'x64-mingw32',
24+
'x86_64-linux', 'x86-linux',
25+
'darwin'].include?(RUBY_PLATFORM.gsub(/.*darwin.*/, 'darwin'))
2326
end
2427

2528
group :development, :test do

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ PLATFORMS
363363
DEPENDENCIES
364364
factory_girl_rails
365365
fivemat
366-
metasploit-aggregator (~> 1.0.0)
366+
metasploit-aggregator
367367
metasploit-framework!
368368
octokit
369369
pry

0 commit comments

Comments
 (0)