diff options
Diffstat (limited to 'security/rubygem-gitlab-secret_detection')
3 files changed, 6 insertions, 17 deletions
diff --git a/security/rubygem-gitlab-secret_detection/Makefile b/security/rubygem-gitlab-secret_detection/Makefile index 5181cc95393d..74fed2b4ae8e 100644 --- a/security/rubygem-gitlab-secret_detection/Makefile +++ b/security/rubygem-gitlab-secret_detection/Makefile @@ -1,5 +1,6 @@ PORTNAME= gitlab-secret_detection -PORTVERSION= 0.23.0 +PORTVERSION= 0.31.0 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -10,9 +11,8 @@ WWW= https://gitlab.com/gitlab-org/security-products/secret-detection/secret-de LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-grpc>=1.63.0<2:net/rubygem-grpc \ +RUN_DEPENDS= rubygem-grpc-gitlab>=1.63.0<2:net/rubygem-grpc-gitlab \ rubygem-grpc_reflection>=0.1<1:net/rubygem-grpc_reflection \ - rubygem-grpc-tools>=1.63<2:net/rubygem-grpc-tools \ rubygem-parallel>=1<2:sysutils/rubygem-parallel \ rubygem-re2>=2.7<3:devel/rubygem-re2 \ rubygem-sentry-ruby>=5.22<6:devel/rubygem-sentry-ruby \ diff --git a/security/rubygem-gitlab-secret_detection/distinfo b/security/rubygem-gitlab-secret_detection/distinfo index 6b31c0f467a9..d6389e98547e 100644 --- a/security/rubygem-gitlab-secret_detection/distinfo +++ b/security/rubygem-gitlab-secret_detection/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744780917 -SHA256 (rubygem/gitlab-secret_detection-0.23.0.gem) = 93dd3cd32a15d992a46cdd38bb01fe1f06d9e7f1638cc1e792dcde2279c863e7 -SIZE (rubygem/gitlab-secret_detection-0.23.0.gem) = 37376 +TIMESTAMP = 1750222593 +SHA256 (rubygem/gitlab-secret_detection-0.31.0.gem) = ee809e0cbcc474e5f4b032a4428572457126384184d19f333fd97fe7059515ec +SIZE (rubygem/gitlab-secret_detection-0.31.0.gem) = 37376 diff --git a/security/rubygem-gitlab-secret_detection/files/patch-gitlab-secret__detection.gemspec b/security/rubygem-gitlab-secret_detection/files/patch-gitlab-secret__detection.gemspec deleted file mode 100644 index b04d7941f822..000000000000 --- a/security/rubygem-gitlab-secret_detection/files/patch-gitlab-secret__detection.gemspec +++ /dev/null @@ -1,11 +0,0 @@ ---- gitlab-secret_detection.gemspec.orig 2025-04-16 06:47:28 UTC -+++ gitlab-secret_detection.gemspec -@@ -21,7 +21,7 @@ Gem::Specification.new do |s| - - s.specification_version = 4 - -- s.add_runtime_dependency(%q<grpc>.freeze, ["~> 1.63.0".freeze]) -+ s.add_runtime_dependency(%q<grpc>.freeze, ["~> 1.63".freeze]) - s.add_runtime_dependency(%q<grpc_reflection>.freeze, ["~> 0.1".freeze]) - s.add_runtime_dependency(%q<grpc-tools>.freeze, ["~> 1.63".freeze]) - s.add_runtime_dependency(%q<parallel>.freeze, ["~> 1".freeze]) |