Skip to content

Commit

Permalink
www/gitlab-ce: switch rubygem ports to use rails 7.0
Browse files Browse the repository at this point in the history
Required for gitlab-ce 16.3
  • Loading branch information
mfechner committed Sep 8, 2023
1 parent b19ae00 commit 9a62ad0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions databases/rubygem-marginalia/Makefile
@@ -1,5 +1,6 @@
PORTNAME= marginalia
PORTVERSION= 1.11.1
PORTREVISION= 1
CATEGORIES= databases rubygems
MASTER_SITES= RG

Expand All @@ -10,8 +11,8 @@ WWW= https://github.com/basecamp/marginalia
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= rubygem-actionpack61>=2.3:www/rubygem-actionpack61 \
rubygem-activerecord61>=2.3:databases/rubygem-activerecord61
RUN_DEPENDS= rubygem-actionpack70>=2.3:www/rubygem-actionpack70 \
rubygem-activerecord70>=2.3:databases/rubygem-activerecord70

USES= cpe gem
CPE_VENDOR= ${PORTNAME}_project
Expand Down
3 changes: 2 additions & 1 deletion devel/rubygem-sentry-rails/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sentry-rails
PORTVERSION= 5.8.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG

Expand All @@ -10,7 +11,7 @@ WWW= https://github.com/getsentry/sentry-ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

RUN_DEPENDS= rubygem-railties61>=5.0.0:www/rubygem-railties61 \
RUN_DEPENDS= rubygem-railties70>=5.0.0:www/rubygem-railties70 \
rubygem-sentry-ruby=5.8.0<5.9:devel/rubygem-sentry-ruby

USES= gem
Expand Down
4 changes: 2 additions & 2 deletions graphics/rubygem-invisible_captcha/Makefile
@@ -1,6 +1,6 @@
PORTNAME= invisible_captcha
PORTVERSION= 2.0.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics rubygems
MASTER_SITES= RG

Expand All @@ -10,7 +10,7 @@ WWW= https://github.com/markets/invisible_captcha

LICENSE= MIT

RUN_DEPENDS= rubygem-rails61>=5.0:www/rubygem-rails61
RUN_DEPENDS= rubygem-rails70>=5.0:www/rubygem-rails70

USES= gem

Expand Down
3 changes: 2 additions & 1 deletion security/rubygem-doorkeeper-openid_connect/Makefile
@@ -1,5 +1,6 @@
PORTNAME= doorkeeper-openid_connect
PORTVERSION= 1.8.7
PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG

Expand All @@ -10,7 +11,7 @@ WWW= https://github.com/doorkeeper-gem/doorkeeper-openid_connect
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

RUN_DEPENDS= rubygem-doorkeeper>=5.5<5.7:security/rubygem-doorkeeper \
RUN_DEPENDS= rubygem-doorkeeper-rails70>=5.5<5.7:security/rubygem-doorkeeper-rails70 \
rubygem-jwt>=2.5:www/rubygem-jwt

USES= gem
Expand Down

0 comments on commit 9a62ad0

Please sign in to comment.