Files
metasploit-gs/Gemfile
T
Luke Imhoff 555a9f2559 Refactor Msf::ModuleManager
[Fixes #36737359]

Refactor Msf::ModuleManager into concerns so its easier to understand and
duplicate code can be made DRY.  The refactoring also ensures that when
loading from directories, Fastlibs, or reloading, the wrapper module will
always be named so that activesupport/dependencies will function.
2012-10-01 13:09:30 -05:00

11 lines
201 B
Ruby
Executable File

source 'http://rubygems.org'
group :development do
# running documention generation tasks
gem 'rake'
# Markdown formatting for yara
gem 'redcarpet'
# generating documention
gem 'yard'
end