Skip to content

Commit

Permalink
Land rapid7#9786, disable aggregator for the Ruby 2.5 transition
Browse files Browse the repository at this point in the history
  • Loading branch information
busterb authored and msjenkins-r7 committed Mar 30, 2018
1 parent 60376fe commit 707b358
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 707b358

Please sign in to comment.