git: 42c3a1cef857 - main - devel/rubygem-oj-introspect: enforce usage of rubygem-oj>=3.13.23_2

From: Matthias Fechner <mfechner_at_FreeBSD.org>
Date: Thu, 19 Jan 2023 10:26:04 UTC
The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=42c3a1cef857e60b2bd0c6335c4b73a3e167e03e

commit 42c3a1cef857e60b2bd0c6335c4b73a3e167e03e
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2023-01-19 10:23:38 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2023-01-19 10:25:40 +0000

    devel/rubygem-oj-introspect: enforce usage of rubygem-oj>=3.13.23_2
    
    This version has the required header files included in the package
    
    PR:             269020
    Reported by:    marko.cupac@mimar.rs
---
 devel/rubygem-oj-introspect/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/rubygem-oj-introspect/Makefile b/devel/rubygem-oj-introspect/Makefile
index 27941cc498ba..02807a71ef00 100644
--- a/devel/rubygem-oj-introspect/Makefile
+++ b/devel/rubygem-oj-introspect/Makefile
@@ -10,7 +10,7 @@ WWW=		https://github.com/meinac/oj-introspect
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-MY_DEPENDS=	rubygem-oj>=3.13.23<3.14:devel/rubygem-oj
+MY_DEPENDS=	rubygem-oj>=3.13.23_2<3.14:devel/rubygem-oj
 BUILD_DEPENDS=	${MY_DEPENDS}
 RUN_DEPENDS=	${MY_DEPENDS}