summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2020-07-07 10:42:28 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2020-07-07 10:42:28 +0000
commite4cc46b30c8a28303fe6d74baa2309570937fa66 (patch)
tree899e9b927723e036a47a7ff2143c9ba7876d30fa /security
parentSwitch to rails 6.0. (diff)
Switch to rails 6.0.
Notes
Notes: svn path=/head/; revision=541406
Diffstat (limited to 'security')
-rw-r--r--security/rubygem-rack-oauth2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/rubygem-rack-oauth2/Makefile b/security/rubygem-rack-oauth2/Makefile
index a2d39e955aa8..7e066032c697 100644
--- a/security/rubygem-rack-oauth2/Makefile
+++ b/security/rubygem-rack-oauth2/Makefile
@@ -2,6 +2,7 @@
PORTNAME= rack-oauth2
PORTVERSION= 1.9.3
+PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
@@ -11,7 +12,7 @@ COMMENT= OAuth 2.0 Server & Client Library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-activesupport52>=0:devel/rubygem-activesupport52 \
+RUN_DEPENDS= rubygem-activesupport60>=0:devel/rubygem-activesupport60 \
rubygem-attr_required>=0:devel/rubygem-attr_required \
rubygem-httpclient>=0:www/rubygem-httpclient \
rubygem-json-jwt>=1.9.0:www/rubygem-json-jwt \