commit: 01b9c03ff19bc70d1c778e6106fdac41c4616e25 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Nov 16 09:30:25 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Nov 17 07:19:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b9c03f
dev-ruby/actioncable: ensure compatible activerecord slot Closes: https://bugs.gentoo.org/943356 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/actioncable/actioncable-8.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/actioncable/actioncable-8.0.0.ebuild b/dev-ruby/actioncable/actioncable-8.0.0.ebuild index 127fae1b7e37..40dc9f5ffbb5 100644 --- a/dev-ruby/actioncable/actioncable-8.0.0.ebuild +++ b/dev-ruby/actioncable/actioncable-8.0.0.ebuild @@ -41,7 +41,7 @@ ruby_add_bdepend " test? ( || ( dev-ruby/rack:3.1 dev-ruby/rack:3.0 dev-ruby/rack:2.2 ) >=dev-ruby/railties-4.2.0 - dev-ruby/activerecord + dev-ruby/activerecord:$(ver_cut 1-2) dev-ruby/test-unit:2 dev-ruby/mocha >=dev-ruby/pg-1.1:1
