mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
wpscan: add missing dep
This commit is contained in:
parent
a50d442d17
commit
bc74977ad5
1 changed files with 2 additions and 8 deletions
|
|
@ -17,14 +17,8 @@ SLOT="0"
|
|||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
ruby_add_rdepend ">=dev-ruby/addressable-2.5.0
|
||||
ruby_add_rdepend "dev-ruby/cms_scanner
|
||||
>=dev-ruby/addressable-2.5.0
|
||||
dev-ruby/activesupport:5.2
|
||||
>=dev-ruby/yajl-ruby-1.3.0
|
||||
"
|
||||
|
||||
#each_ruby_prepare() {
|
||||
# rm Gemfile.lock
|
||||
# MSF_ROOT="." BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle install --local || die
|
||||
# MSF_ROOT="." BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle check || die
|
||||
#}
|
||||
|
||||
Loading…
Reference in a new issue