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

7 lines
125 B
Ruby
Raw Normal View History

source 'https://rubygems.org'
2017-04-05 22:54:14 +02:00
gem 'rack', '2.0.1'
gem 'sinatra', '2.0.0rc2'
gem 'erubis'
gem 'activesupport'
2017-07-12 23:51:08 +02:00
gem 'obfuscate'