diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2021-09-30 12:46:15 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2021-09-30 12:47:21 +0000 |
commit | 70b621db3cfe442260789464e506dc847eadb1ea (patch) | |
tree | cbc89832cd7224c53871af39a6d2c45dd44414f0 /net | |
parent | b3d4b11d9b31d57b2283f13584f4c7d3a96ec9d8 (diff) |
*/*: Switch deps from rails 6.0 to 6.1
Diffstat (limited to 'net')
-rw-r--r-- | net/rubygem-openid_connect/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/rubygem-openid_connect/Makefile b/net/rubygem-openid_connect/Makefile index c526964eb99c..7dc6bac36742 100644 --- a/net/rubygem-openid_connect/Makefile +++ b/net/rubygem-openid_connect/Makefile @@ -2,6 +2,7 @@ PORTNAME= openid_connect PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ COMMENT= OpenID Connect Server & Client Library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activemodel60>=0:databases/rubygem-activemodel60 \ +RUN_DEPENDS= rubygem-activemodel61>=0:databases/rubygem-activemodel61 \ rubygem-attr_required>=1.0.0:devel/rubygem-attr_required \ rubygem-json-jwt>=1.5.0:www/rubygem-json-jwt \ rubygem-rack-oauth2>=1.6.1:security/rubygem-rack-oauth2 \ |