aboutsummaryrefslogtreecommitdiff
path: root/dns/rubygem-validates_hostname
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2020-06-22 18:31:59 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2020-06-22 18:31:59 +0000
commit3fd622575c102843f486c0fd0be89e227a8cf931 (patch)
tree879788a58b9acb4fa51caa497def301d56c2eb56 /dns/rubygem-validates_hostname
parent6b788b4ca2b05d6f06cd1ef7fa40a25e3bc29063 (diff)
downloadports-3fd622575c102843f486c0fd0be89e227a8cf931.tar.gz
ports-3fd622575c102843f486c0fd0be89e227a8cf931.zip
Use rails 6.0.
Approved by: sunpoet (maintainer)
Notes
Notes: svn path=/head/; revision=539896
Diffstat (limited to 'dns/rubygem-validates_hostname')
-rw-r--r--dns/rubygem-validates_hostname/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/rubygem-validates_hostname/Makefile b/dns/rubygem-validates_hostname/Makefile
index 379e0cd6144c..0f85c34f8d60 100644
--- a/dns/rubygem-validates_hostname/Makefile
+++ b/dns/rubygem-validates_hostname/Makefile
@@ -12,8 +12,8 @@ COMMENT= Extension to ActiveRecord::Base for validating hostnames
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-activerecord52>=3.0:databases/rubygem-activerecord52 \
- rubygem-activesupport52>=3.0:devel/rubygem-activesupport52
+RUN_DEPENDS= rubygem-activerecord60>=3.0:databases/rubygem-activerecord60 \
+ rubygem-activesupport60>=3.0:devel/rubygem-activesupport60
USES= gem
USE_RUBY= yes