Skip to content

Commit

Permalink
devel/rubygem-sentry-sidekiq: use sidekiq 7.1
Browse files Browse the repository at this point in the history
Required for gitlab-ce 16.8.
  • Loading branch information
mfechner committed Feb 18, 2024
1 parent e41b229 commit b40ad8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion devel/rubygem-sentry-sidekiq/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sentry-sidekiq
PORTVERSION= 5.10.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG

Expand All @@ -11,7 +12,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

RUN_DEPENDS= rubygem-sentry-ruby>=5.10.0<5.11:devel/rubygem-sentry-ruby \
rubygem-sidekiq>=3.0:devel/rubygem-sidekiq
rubygem-sidekiq71>=3.0:devel/rubygem-sidekiq71

USES= gem

Expand Down
3 changes: 2 additions & 1 deletion devel/rubygem-sidekiq-cron-rails70/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sidekiq-cron
PORTVERSION= 1.12.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails70
Expand All @@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt

RUN_DEPENDS= rubygem-fugit>=1.8<2:devel/rubygem-fugit \
rubygem-globalid-rails70>=1.0.1:databases/rubygem-globalid-rails70 \
rubygem-sidekiq>=6:devel/rubygem-sidekiq
rubygem-sidekiq71>=6:devel/rubygem-sidekiq71

USES= gem

Expand Down

0 comments on commit b40ad8b

Please sign in to comment.