metasploitable3/chef/cookbooks/metasploitable/files/sinatra/Gemfile
2017-04-05 15:54:14 -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'