dev-ruby/minitest-around: more bundler fixes

The fix in 730d3cc0e5 was incomplete
because bundler also gets loaded in the Rakefile.

Closes: https://bugs.gentoo.org/928633
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2024-04-06 08:25:44 +02:00
parent d0fb1f67a4
commit 86f722e185

View File

@@ -26,7 +26,7 @@ all_ruby_prepare() {
-e '/ls-files/d' \
-e '/cucumber/ s/,.*$//' minitest-around.gemspec Rakefile || die
sed -e '/bundler/ s:^:#:' \
-i test/helper.rb || die
-i test/helper.rb Rakefile || die
}
each_ruby_test() {