9 lines
244 B
Ruby
9 lines
244 B
Ruby
# frozen_string_literal: true
|
|
source "https://rubygems.org"
|
|
|
|
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.144"
|
|
|
|
gem "getoptlong"
|
|
gem "syslog", "~> 0.3.0"
|
|
gem 'mini_portile2', '~> 2.8.0'
|