代码拉取完成,页面将自动刷新
##
# This file is part of WhatWeb and may be subject to
# redistribution and commercial restrictions. Please see the WhatWeb
# web site for more information on licensing and terms of use.
# https://morningstarsecurity.com/research/whatweb
##
source 'https://rubygems.org'
# IP Address Ranges
gem 'ipaddr'
# IDN Domains
gem 'addressable'
# JSON logging
gem 'json'
# MongoDB logging - optional
group :mongo do
#gem 'mongo'
#gem 'rchardet'
end
# Character set detection - optional
group :rchardet do
#gem 'rchardet'
end
# Development dependencies required for tests
group :test do
gem 'rake'
gem 'minitest'
gem 'rubocop'
gem 'rdoc'
gem 'bundler-audit'
gem 'simplecov', require: false
end
# Needed for debugging WhatWeb
group :development do
gem 'pry', :require => false
gem 'rb-readline', :require => false # needed by pry on some systems
end
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。