mirror of
https://github.com/mgeeky/Penetration-Testing-Tools.git
synced 2024-11-22 18:41:37 +01:00
6 lines
148 B
Ruby
6 lines
148 B
Ruby
# frozen_string_literal: true
|
|
source "https://rubygems.org"
|
|
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
gem "aws-sdk-ec2"
|