We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c478133 commit 5458b58Copy full SHA for 5458b58
Gemfile
@@ -19,7 +19,10 @@ group :development do
19
# module documentation
20
gem 'octokit'
21
# Metasploit::Aggregator external session proxy
22
- gem 'metasploit-aggregator'
+ gem 'metasploit-aggregator' if [
23
+ 'x86-mingw32', 'x64-mingw32',
24
+ 'x86_64-linux', 'x86-linux',
25
+ 'darwin'].include?(RUBY_PLATFORM.gsub(/.*darwin.*/, 'darwin'))
26
end
27
28
group :development, :test do
Gemfile.lock
@@ -363,7 +363,7 @@ PLATFORMS
363
DEPENDENCIES
364
factory_girl_rails
365
fivemat
366
- metasploit-aggregator (~> 1.0.0)
+ metasploit-aggregator
367
metasploit-framework!
368
octokit
369
pry
0 commit comments