summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2024-04-06 08:25:44 +0200
committerHans de Graaff <graaff@gentoo.org>2024-04-06 09:21:26 +0200
commit86f722e1857fcb23a7ca245448909e3f9fdf40bd (patch)
tree023ad8906ccf716f5da1ebb794cd11d05ff34b74 /dev-ruby
parentdev-lang/python: Stabilize 3.10.14 sparc, #927315 (diff)
downloadgentoo-86f722e1857fcb23a7ca245448909e3f9fdf40bd.tar.gz
gentoo-86f722e1857fcb23a7ca245448909e3f9fdf40bd.tar.bz2
gentoo-86f722e1857fcb23a7ca245448909e3f9fdf40bd.zip
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@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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() {