summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ruby/rack-attack/rack-attack-5.4.2.ebuild3
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
}