metasploitable3/chef/cookbooks/metasploitable/files/sinatra/Gemfile

7 lines
119 B
Ruby

source 'https://rubygems.org'
gem 'rack', '1.6.5'
gem 'sinatra', '1.4.8'
gem 'erubis'
gem 'erubis'
gem 'activesupport'