summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-05-01 00:10:00 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-01 00:10:00 +0000
commit4601b44af1e341c3d00317ef1cfbbd909cd53070 (patch)
treea2d2b11f4138ba093739e6b29f4c33902871857d /Gemfile
parent07de48228886ca6afa348c92f8689b9027e4c195 (diff)
downloadgitlab-ce-4601b44af1e341c3d00317ef1cfbbd909cd53070.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index a539a3c13d3..fcf5aae2585 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'