commit:     40eed52379b99428a8e52bfb5a1bf7cea6eb5999
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon May  5 06:11:34 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon May  5 06:12:30 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40eed523

dev-ruby/actioncable: fix tests

Closes: https://bugs.gentoo.org/946661
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/actioncable/actioncable-7.2.2.1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/actioncable/actioncable-7.2.2.1.ebuild 
b/dev-ruby/actioncable/actioncable-7.2.2.1.ebuild
index f163003ec0a6..ff0622293b72 100644
--- a/dev-ruby/actioncable/actioncable-7.2.2.1.ebuild
+++ b/dev-ruby/actioncable/actioncable-7.2.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -49,6 +49,9 @@ ruby_add_bdepend "
        )"
 
 all_ruby_prepare() {
+       sed -e '3igem "activerecord", "~> 7.2.0"; gem "railties", "~> 7.2.0"' \
+               -i test/test_helper.rb || die
+
        # Avoid tests for unpackaged dependencies: websocket-client-simple
        rm -f test/client_test.rb || die
 

Reply via email to