point aggregator at paranoid branch

bug/bundler_fix
Jeffrey Martin 2016-12-15 15:14:47 -06:00
parent 5bf54fef0f
commit 02966d31e1
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ group :development do
# module documentation
gem 'octokit', '~> 4.0'
# rails-upgrade staging gems
gem 'metasploit-aggregator', git: 'git@github.com:rapid7/metasploit-aggregator', branch: "master"
gem 'metasploit-aggregator', git: 'git@github.com:rapid7/metasploit-aggregator', branch: "feature/add_paranoid"
end
group :development, :test do