From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id DFDCF1584AD for ; Mon, 21 Apr 2025 05:54:14 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id CAE94343096 for ; Mon, 21 Apr 2025 05:54:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 23CEC1104B1; Mon, 21 Apr 2025 05:53:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 1ABA51104B1 for ; Mon, 21 Apr 2025 05:53:43 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C983E34306D for ; Mon, 21 Apr 2025 05:53:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 684F61C2B for ; Mon, 21 Apr 2025 05:53:41 +0000 (UTC) From: "Hans de Graaff" 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" Message-ID: <1745214799.4a9b7729924a5253cedc3de480fad9806d73bd42.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-6.1.5.ebuild X-VCS-Directories: dev-ruby/rspec-rails/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 4a9b7729924a5253cedc3de480fad9806d73bd42 X-VCS-Branch: master Date: Mon, 21 Apr 2025 05:53:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 244a5fdf-faa3-44d2-b0e8-92639b42873f X-Archives-Hash: a5863a15de8b76929f7369bc4e9ddf20 commit: 4a9b7729924a5253cedc3de480fad9806d73bd42 Author: Hans de Graaff gentoo org> AuthorDate: Mon Apr 21 05:53:19 2025 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Apr 21 05:53:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a9b7729 dev-ruby/rspec-rails: drop rails:6.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rspec-rails/rspec-rails-6.1.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rspec-rails/rspec-rails-6.1.5.ebuild b/dev-ruby/rspec-rails/rspec-rails-6.1.5.ebuild index 3229a2cc9757..3770c4214f0d 100644 --- a/dev-ruby/rspec-rails/rspec-rails-6.1.5.ebuild +++ b/dev-ruby/rspec-rails/rspec-rails-6.1.5.ebuild @@ -33,8 +33,8 @@ ruby_add_rdepend " # requiring ammeter will load it, and we need a consistent set of rspec # and rspec-rails for that to work. ruby_add_bdepend "test? ( - || ( dev-ruby/activerecord:7.1[sqlite] dev-ruby/activerecord:7.0[sqlite] dev-ruby/activerecord:6.1[sqlite] ) - || ( dev-ruby/actionmailer:7.1 dev-ruby/actionmailer:7.0 dev-ruby/actionmailer:6.1 ) + || ( dev-ruby/activerecord:7.1[sqlite] dev-ruby/activerecord:7.0[sqlite] ) + || ( dev-ruby/actionmailer:7.1 dev-ruby/actionmailer:7.0 ) >=dev-ruby/capybara-2.2.0 >=dev-ruby/ammeter-1.1.5 ~dev-ruby/rspec-rails-${PV}