mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user