diff options
Diffstat (limited to 'devel/rubygem-active_scaffold/Makefile')
-rw-r--r-- | devel/rubygem-active_scaffold/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rubygem-active_scaffold/Makefile b/devel/rubygem-active_scaffold/Makefile index ea11cbb20b00..3a9aca8faebc 100644 --- a/devel/rubygem-active_scaffold/Makefile +++ b/devel/rubygem-active_scaffold/Makefile @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= active_scaffold -PORTVERSION= 3.2.19 +PORTVERSION= 3.3.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= A gem to handle all CRUD user interface needs -RUN_DEPENDS= rubygem-rails>=3.1.3:${PORTSDIR}/www/rubygem-rails +RUN_DEPENDS= rubygem-rails>=3.2.0:${PORTSDIR}/www/rubygem-rails USE_RUBY= yes USE_RUBYGEMS= yes |