temporarily fix bundles on aarch64 platforms

bug/bundler_fix
Brent Cook 2017-03-13 12:20:58 -05:00
parent 437cba84b0
commit e6baaf59cf
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ group :development do
# module documentation
gem 'octokit', '~> 4.0'
# session aggregator, native builds have issues on arm platforms for now
gem 'metasploit-aggregator' if !RUBY_PLATFORM.include?('arm')
gem 'metasploit-aggregator' if !RUBY_PLATFORM =~ /arm|aarch64/
end
group :development, :test do