From 707b358ad6693c506319f569a766860e27ec57a8 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 30 Mar 2018 10:10:13 -0500 Subject: [PATCH] Land #9786, disable aggregator for the Ruby 2.5 transition --- Gemfile | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index b7231479e02f..140398dd5381 100755 --- a/Gemfile +++ b/Gemfile @@ -19,21 +19,8 @@ group :development do # module documentation gem 'octokit' # Metasploit::Aggregator external session proxy - gem 'metasploit-aggregator' if [ - 'x86-mingw32', 'x64-mingw32', - 'x86_64-linux', 'x86-linux', - 'darwin'].include?(RUBY_PLATFORM.gsub(/.*darwin.*/, 'darwin')) && \ - Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.5.0') - gem 'google-protobuf', "3.5.1" if [ - 'x86-mingw32', 'x64-mingw32', - 'x86_64-linux', 'x86-linux', - 'darwin'].include?(RUBY_PLATFORM.gsub(/.*darwin.*/, 'darwin')) && \ - Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.5.0') - gem 'grpc', "1.8.3" if [ - 'x86-mingw32', 'x64-mingw32', - 'x86_64-linux', 'x86-linux', - 'darwin'].include?(RUBY_PLATFORM.gsub(/.*darwin.*/, 'darwin')) && \ - Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.5.0') + # disabled during 2.5 transition until aggregator is available + #gem 'metasploit-aggregator' end group :development, :test do