diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2021-10-05 09:38:10 +0200 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2021-10-05 09:40:04 +0200 |
commit | f4511dc4a7c439b30c898b75246d314a574f01cb (patch) | |
tree | fe53f801c18ad70cb7881f3d6e5f08ea0640637a /graphics | |
parent | www/gitlab-ce: Revert unapproved modification that broke gitlab (diff) |
*/*: Make rails 6.1.3 available
The upgrade of rails to 6.1.4 broke www/gitlab-ce.
PR: 258855
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rubygem-invisible_captcha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/rubygem-invisible_captcha/Makefile b/graphics/rubygem-invisible_captcha/Makefile index b2f2c96a2dbf..da12787a9404 100644 --- a/graphics/rubygem-invisible_captcha/Makefile +++ b/graphics/rubygem-invisible_captcha/Makefile @@ -2,7 +2,7 @@ PORTNAME= invisible_captcha PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= Unobtrusive CAPTCHA for ruby LICENSE= MIT -RUN_DEPENDS= rubygem-rails61>=4.2:www/rubygem-rails61 +RUN_DEPENDS= rubygem-rails613>=4.2:www/rubygem-rails613 USES= gem USE_RUBY= yes |