metasploitable3/chef/cookbooks/metasploitable/files/sinatra/Gemfile
2017-07-12 17:13:45 -05:00

6 lines
109 B
Ruby

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