Merge branch '299558-integrate-with-anti-spam-service' into 'master'
Integrate Spamcheck gRPC gem [RUN ALL RSPEC][RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!52385
Showing
... | ... | @@ -477,6 +477,9 @@ group :ed25519 do |
gem 'bcrypt_pbkdf', '~> 1.0' | ||
end | ||
# Spamcheck GRPC protocol definitions | ||
gem 'spamcheck', '~> 0.0.5' | ||
# Gitaly GRPC protocol definitions | ||
gem 'gitaly', '~> 13.11.0.pre.rc1' | ||
... | ... |
Please register or sign in to comment