Files
wpscan/Gemfile
2013-04-11 21:15:12 +02:00

14 lines
280 B
Ruby

source "https://rubygems.org"
# Seg fault in Typhoeus 0.6.3 (and ethon > 0.5.11) with rspec
gem "typhoeus", "=0.6.2"
gem "ethon", "=0.5.10"
gem "nokogiri"
gem "json"
group :development, :test do
gem "webmock", ">=1.9.3"
gem "simplecov"
gem "rspec", :require => "spec"
end