Skip to content
代码片段 群组 项目
未验证 提交 9de88f95 编辑于 作者: Stan Hu's avatar Stan Hu
浏览文件

Bump re2 version requirement in gitlab-secret_detection

re2 v2.4 doesn't support Ruby 3.3 as a precompiled gem. Bump the
version to the same version that GitLab uses.
上级 9d022c4f
No related branches found
No related tags found
无相关合并请求
......@@ -113,7 +113,7 @@ PATH
grpc (= 1.63.0)
grpc-tools (= 1.63.0)
parallel (~> 1.22)
re2 (~> 2.4)
re2 (~> 2.7)
toml-rb (~> 2.2)
PATH
......
......@@ -113,7 +113,7 @@ PATH
grpc (= 1.63.0)
grpc-tools (= 1.63.0)
parallel (~> 1.22)
re2 (~> 2.4)
re2 (~> 2.7)
toml-rb (~> 2.2)
PATH
......
......@@ -5,7 +5,7 @@ PATH
grpc (= 1.63.0)
grpc-tools (= 1.63.0)
parallel (~> 1.22)
re2 (~> 2.4)
re2 (~> 2.7)
toml-rb (~> 2.2)
GEM
......@@ -73,7 +73,7 @@ GEM
racc (1.7.3)
rack (3.1.8)
rainbow (3.1.1)
re2 (2.4.3)
re2 (2.10.0)
mini_portile2 (~> 2.8.5)
regexp_parser (2.8.2)
rexml (3.3.9)
......
......@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "grpc", "= 1.63.0"
spec.add_runtime_dependency "grpc-tools", "= 1.63.0"
spec.add_runtime_dependency "parallel", "~> 1.22"
spec.add_runtime_dependency "re2", "~> 2.4"
spec.add_runtime_dependency "re2", "~> 2.7"
spec.add_runtime_dependency "toml-rb", "~> 2.2"
spec.add_development_dependency "benchmark-malloc", "~> 0.2"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册