diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-03-30 07:26:53 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-03-30 07:43:22 +0100 |
commit | acd92f96b756ca3ceab907823d42c29fee6f8433 (patch) | |
tree | c39297b64c8a7e8035d5b228d0e0aa8c91a5439c /dev-ruby/rack-attack | |
parent | dev-ruby/omniauth: add ruby26 (diff) | |
download | gentoo-acd92f96b756ca3ceab907823d42c29fee6f8433.tar.gz gentoo-acd92f96b756ca3ceab907823d42c29fee6f8433.tar.bz2 gentoo-acd92f96b756ca3ceab907823d42c29fee6f8433.zip |
dev-ruby/rack-attack: avoid unneeded dep on rubocop
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-ruby/rack-attack')
-rw-r--r-- | dev-ruby/rack-attack/rack-attack-5.4.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ruby/rack-attack/rack-attack-5.4.2.ebuild b/dev-ruby/rack-attack/rack-attack-5.4.2.ebuild index ac0a6bf48ae3..150fc467801e 100644 --- a/dev-ruby/rack-attack/rack-attack-5.4.2.ebuild +++ b/dev-ruby/rack-attack/rack-attack-5.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -31,4 +31,5 @@ ruby_add_bdepend "test? ( all_ruby_prepare() { sed -i -e '/\(bundler\|byebug\)/ s:^:#:' Rakefile spec/spec_helper.rb || die sed -i -e '3igem "actionpack"' spec/spec_helper.rb || die + sed -i -e '/rubocop/I s:^:#:' Rakefile || die } |