commit: 86f722e1857fcb23a7ca245448909e3f9fdf40bd Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Apr 6 06:25:44 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Apr 6 07:21:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f722e1
dev-ruby/minitest-around: more bundler fixes The fix in 730d3cc0e5f6ee2ecfb36ad0be8236f2679cc584 was incomplete because bundler also gets loaded in the Rakefile. Closes: https://bugs.gentoo.org/928633 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild b/dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild index 6c919e19b92b..c1444d3859dc 100644 --- a/dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild +++ b/dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild @@ -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() {
