diff options
Diffstat (limited to 'security/rubygem-gitlab-secret_detection')
3 files changed, 15 insertions, 4 deletions
diff --git a/security/rubygem-gitlab-secret_detection/Makefile b/security/rubygem-gitlab-secret_detection/Makefile index c4f22bab482a..5181cc95393d 100644 --- a/security/rubygem-gitlab-secret_detection/Makefile +++ b/security/rubygem-gitlab-secret_detection/Makefile @@ -1,5 +1,5 @@ PORTNAME= gitlab-secret_detection -PORTVERSION= 0.21.1 +PORTVERSION= 0.23.0 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-gitlab-secret_detection/distinfo b/security/rubygem-gitlab-secret_detection/distinfo index 5f11beebab84..6b31c0f467a9 100644 --- a/security/rubygem-gitlab-secret_detection/distinfo +++ b/security/rubygem-gitlab-secret_detection/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744085219 -SHA256 (rubygem/gitlab-secret_detection-0.21.1.gem) = 0a585055a83aeca5d5faf1866a2c158f0ada570c41f82a224ba00301b8564317 -SIZE (rubygem/gitlab-secret_detection-0.21.1.gem) = 34304 +TIMESTAMP = 1744780917 +SHA256 (rubygem/gitlab-secret_detection-0.23.0.gem) = 93dd3cd32a15d992a46cdd38bb01fe1f06d9e7f1638cc1e792dcde2279c863e7 +SIZE (rubygem/gitlab-secret_detection-0.23.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 new file mode 100644 index 000000000000..b04d7941f822 --- /dev/null +++ b/security/rubygem-gitlab-secret_detection/files/patch-gitlab-secret__detection.gemspec @@ -0,0 +1,11 @@ +--- 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]) |