commit: 3bf265bbcaa04afeabed80f39cf85082204dd1e8 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Jul 16 08:56:12 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Jul 16 09:30:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf265bb
dev-ruby/haml: fix tests Avoid dependency on simplecov. Closes: https://bugs.gentoo.org/802390 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/haml/haml-5.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/haml/haml-5.2.1.ebuild b/dev-ruby/haml/haml-5.2.1.ebuild index 0d700168da1..9c7af1f851b 100644 --- a/dev-ruby/haml/haml-5.2.1.ebuild +++ b/dev-ruby/haml/haml-5.2.1.ebuild @@ -47,7 +47,7 @@ all_ruby_prepare() { sed -i -e '/bundler/ s:^:#: ; /Bundler/,/end/ s:^:#:' Rakefile || die sed -i -e '/bundler/I s:^:#:' \ - -e 's/gem "minitest"/gem "minitest", "~>5.0"/'\ + -e '/simplecov/I s:^:#:' \ -e '1igem "actionpack", "~>6.0.0"'\ -e '1igem "activesupport", "~>6.0.0"; gem "activemodel", "~>6.0.0"'\ -e '1igem "railties", "~>6.0.0"'\
