Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2020 18:31:59 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539896 - head/dns/rubygem-validates_hostname
Message-ID:  <202006221831.05MIVxpR037001@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Mon Jun 22 18:31:59 2020
New Revision: 539896
URL: https://svnweb.freebsd.org/changeset/ports/539896

Log:
  Use rails 6.0.
  
  Approved by:	sunpoet (maintainer)

Modified:
  head/dns/rubygem-validates_hostname/Makefile

Modified: head/dns/rubygem-validates_hostname/Makefile
==============================================================================
--- head/dns/rubygem-validates_hostname/Makefile	Mon Jun 22 18:22:38 2020	(r539895)
+++ head/dns/rubygem-validates_hostname/Makefile	Mon Jun 22 18:31:59 2020	(r539896)
@@ -12,8 +12,8 @@ COMMENT=	Extension to ActiveRecord::Base for validatin
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006221831.05MIVxpR037001>