git: 163bbc1f3fd8 - main - devel/rubygem-rspec-its: Update version requirement of RUN_DEPENDS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 03 Oct 2022 02:28:18 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=163bbc1f3fd8ab6e77c8ed27746dc3277f0f7f04

commit 163bbc1f3fd8ab6e77c8ed27746dc3277f0f7f04
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-10-03 02:20:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-10-03 02:22:56 +0000

    devel/rubygem-rspec-its: Update version requirement of RUN_DEPENDS
    
    With hat:       ruby
---
 devel/rubygem-rspec-its/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/rubygem-rspec-its/Makefile b/devel/rubygem-rspec-its/Makefile
index 284d4cb6e21c..3b5a57d1003b 100644
--- a/devel/rubygem-rspec-its/Makefile
+++ b/devel/rubygem-rspec-its/Makefile
@@ -10,8 +10,8 @@ WWW=		https://github.com/rspec/rspec-its
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-rspec-core>=${PORTVERSION:R}:devel/rubygem-rspec-core \
-		rubygem-rspec-expectations>=${PORTVERSION:R}:devel/rubygem-rspec-expectations
+RUN_DEPENDS=	rubygem-rspec-core>=3.0.0:devel/rubygem-rspec-core \
+		rubygem-rspec-expectations>=3.0.0:devel/rubygem-rspec-expectations
 
 NO_ARCH=	yes
 USES=		gem shebangfix