metasploitable3/chef/cookbooks/metasploitable/files/sinatra/Gemfile
2017-07-12 16:51:08 -05:00

7 lines
125 B
Ruby
Executable File

source 'https://rubygems.org'
gem 'rack', '2.0.1'
gem 'sinatra', '2.0.0rc2'
gem 'erubis'
gem 'activesupport'
gem 'obfuscate'