wpscan: relex activesupport, attempt 2

This commit is contained in:
blshkv 2018-12-21 11:46:53 +08:00
parent 2d6155248a
commit 77dfbf8c7e
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 10 additions and 0 deletions

View file

@ -25,3 +25,8 @@ ruby_add_rdepend "dev-ruby/activesupport:*
dev-ruby/typhoeus:1
=dev-ruby/xmlrpc-0.3*
>=dev-ruby/yajl-ruby-1.4.1"
each_ruby_prepare() {
#relax 5.2 to any
sed -i -e '/activesupport/,/^-/ s:^:#:' ../metadata || die
}

View file

@ -16,3 +16,8 @@ IUSE="test"
ruby_add_rdepend "dev-ruby/activesupport:*
>=dev-ruby/addressable-2.5.0"
each_ruby_prepare() {
#relax 5.2 to any
sed -i -e '/activesupport/,/^-/ s:^:#:' ../metadata || die
}