From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 EF30B15ACB3 for ; Fri, 7 Apr 2023 02:48:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B14CE086B; Fri, 7 Apr 2023 02:48:57 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 7B246E086E for ; Fri, 7 Apr 2023 02:48:57 +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 8205E340EFE for ; Fri, 7 Apr 2023 02:48:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40BF2A25 for ; Fri, 7 Apr 2023 02:48:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1680835675.94762596b85bce52267ebd8b5ef121a81003147e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activestorage/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/activestorage/activestorage-7.0.4.2.ebuild dev-ruby/activestorage/activestorage-7.0.4.3.ebuild dev-ruby/activestorage/activestorage-7.0.4.ebuild X-VCS-Directories: dev-ruby/activestorage/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 94762596b85bce52267ebd8b5ef121a81003147e X-VCS-Branch: master Date: Fri, 7 Apr 2023 02:48:53 +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: ba532583-7d95-4664-9fe3-d9c5415f4fc7 X-Archives-Hash: 8cfddcde8bd9f987ea5b2a08cc63763f commit: 94762596b85bce52267ebd8b5ef121a81003147e Author: Sam James gentoo org> AuthorDate: Thu Apr 6 06:34:47 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 7 02:47:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94762596 dev-ruby/activestorage: adapt to slotted dev-ruby/minitest Rails needs =dev-ruby/minitest-5.16, so adapt the dep accordingly. Signed-off-by: Sam James gentoo.org> dev-ruby/activestorage/activestorage-7.0.4.2.ebuild | 2 +- dev-ruby/activestorage/activestorage-7.0.4.3.ebuild | 2 +- dev-ruby/activestorage/activestorage-7.0.4.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/activestorage/activestorage-7.0.4.2.ebuild b/dev-ruby/activestorage/activestorage-7.0.4.2.ebuild index 949defcdd85e..880939d07ff1 100644 --- a/dev-ruby/activestorage/activestorage-7.0.4.2.ebuild +++ b/dev-ruby/activestorage/activestorage-7.0.4.2.ebuild @@ -43,7 +43,7 @@ ruby_add_bdepend " test? ( ~dev-ruby/railties-${PV} >=dev-ruby/image_processing-1.2:0 - =dev-ruby/minitest-5.15*:5 + =dev-ruby/minitest-5.15*:* dev-ruby/mini_magick dev-ruby/mocha dev-ruby/rake diff --git a/dev-ruby/activestorage/activestorage-7.0.4.3.ebuild b/dev-ruby/activestorage/activestorage-7.0.4.3.ebuild index 901b4d713f49..2ef9a29ff5a6 100644 --- a/dev-ruby/activestorage/activestorage-7.0.4.3.ebuild +++ b/dev-ruby/activestorage/activestorage-7.0.4.3.ebuild @@ -43,7 +43,7 @@ ruby_add_bdepend " test? ( ~dev-ruby/railties-${PV} >=dev-ruby/image_processing-1.2:0 - =dev-ruby/minitest-5.15*:5 + =dev-ruby/minitest-5.15*:* dev-ruby/mini_magick dev-ruby/mocha dev-ruby/rake diff --git a/dev-ruby/activestorage/activestorage-7.0.4.ebuild b/dev-ruby/activestorage/activestorage-7.0.4.ebuild index 57a87eb25da8..b0843e447eae 100644 --- a/dev-ruby/activestorage/activestorage-7.0.4.ebuild +++ b/dev-ruby/activestorage/activestorage-7.0.4.ebuild @@ -43,7 +43,7 @@ ruby_add_bdepend " test? ( ~dev-ruby/railties-${PV} >=dev-ruby/image_processing-1.2:0 - =dev-ruby/minitest-5.15*:5 + =dev-ruby/minitest-5.15*:* dev-ruby/mini_magick dev-ruby/mocha dev-ruby/rake