forked from KennaSecurity/toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
31 lines (26 loc) · 760 Bytes
/
Gemfile
File metadata and controls
31 lines (26 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# frozen_string_literal: true
source "https://rubygems.org"
# git_source(:github) do |repo_name|
# repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
# "https://github.com/#{repo_name}.git"
# end
# Only required for file upload types (Guardium and Qualys to Kenna Direct), comment out if unneeded:
# gem 'nokogiri'
gem "aws-sdk-guardduty"
gem "aws-sdk-inspector"
gem "json"
gem "json-write-stream"
gem "rest-client"
gem "tty-pager"
gem "httparty"
gem "rexml", ">= 3.2.5"
group :development, :test do
gem "pry"
gem "pry-byebug"
gem "rspec"
gem "rubocop", "~> 1.6.1", require: false
gem "rubocop-github"
gem "rubocop-performance", require: false
gem "rubocop-rails", require: false
gem "solargraph", require: false
end