Files
wpscan/Gemfile
2013-04-09 17:43:15 +02:00

13 lines
257 B
Ruby

source "https://rubygems.org"
gem "typhoeus", ">=0.6.2"
gem "ethon", :git => "https://github.com/typhoeus/ethon.git"
gem "nokogiri"
gem "json"
group :development, :test do
gem "webmock", ">=1.9.3"
gem "simplecov"
gem "rspec", :require => "spec"
end