diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-05-01 00:10:00 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-05-01 00:10:00 +0000 |
commit | 4601b44af1e341c3d00317ef1cfbbd909cd53070 (patch) | |
tree | a2d2b11f4138ba093739e6b29f4c33902871857d /Gemfile | |
parent | 07de48228886ca6afa348c92f8689b9027e4c195 (diff) | |
download | gitlab-ce-4601b44af1e341c3d00317ef1cfbbd909cd53070.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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' |