From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1546131-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 6555C15801B
	for <garchives@archives.gentoo.org>; Wed, 16 Aug 2023 06:14:57 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9FE392BC01E;
	Wed, 16 Aug 2023 06:14:56 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 89F742BC01E
	for <gentoo-commits@lists.gentoo.org>; Wed, 16 Aug 2023 06:14:56 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id C04EC340DB9
	for <gentoo-commits@lists.gentoo.org>; Wed, 16 Aug 2023 06:14:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 12AF1FBB
	for <gentoo-commits@lists.gentoo.org>; Wed, 16 Aug 2023 06:14:54 +0000 (UTC)
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" <graaff@gentoo.org>
Message-ID: <1692166489.02d0c94461f8c864c4c7591c1ae1fd3e874f9d52.graaff@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-rails/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/rspec-rails/rspec-rails-5.1.2.ebuild
X-VCS-Directories: dev-ruby/rspec-rails/
X-VCS-Committer: graaff
X-VCS-Committer-Name: Hans de Graaff
X-VCS-Revision: 02d0c94461f8c864c4c7591c1ae1fd3e874f9d52
X-VCS-Branch: master
Date: Wed, 16 Aug 2023 06:14:54 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e46eb0d5-5d8b-4fe4-96cd-ec6c5c6d0321
X-Archives-Hash: 7e787695f44fc3ae14f64a743bd2ca70

commit:     02d0c94461f8c864c4c7591c1ae1fd3e874f9d52
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 15 19:43:34 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 06:14:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d0c944

dev-ruby/rspec-rails: add missing test dependency

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

 dev-ruby/rspec-rails/rspec-rails-5.1.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ruby/rspec-rails/rspec-rails-5.1.2.ebuild b/dev-ruby/rspec-rails/rspec-rails-5.1.2.ebuild
index 54df365f1791..b6042f93e71f 100644
--- a/dev-ruby/rspec-rails/rspec-rails-5.1.2.ebuild
+++ b/dev-ruby/rspec-rails/rspec-rails-5.1.2.ebuild
@@ -24,6 +24,7 @@ KEYWORDS="~amd64"
 IUSE=""
 
 ruby_add_rdepend "
+	|| ( dev-ruby/activerecord:6.1[sqlite] )
 	|| ( dev-ruby/activesupport:6.1 )
 	|| ( dev-ruby/actionpack:6.1 )
 	|| ( dev-ruby/railties:6.1 )