summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin.oconnor7@gmail.com>2017-02-14 19:01:30 -0500
committerAlexis Reigel <mail@koffeinfrei.org>2017-07-27 15:40:40 +0200
commit817d9558febde484f23f623bd66d8c861ebc8236 (patch)
tree7ebb73c3a019d9999abcd92bdb560ac4caf4f223 /Gemfile
parent4eebd8e1957a3fc3a3479331fde9f34aa8afa9d5 (diff)
downloadgitlab-ce-817d9558febde484f23f623bd66d8c861ebc8236.tar.gz
Prototype key verification
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 43109de1b45..93934d03e42 100644
--- a/Gemfile
+++ b/Gemfile
@@ -58,6 +58,9 @@ gem 'validates_hostname', '~> 1.0.6'
# Browser detection
gem 'browser', '~> 2.2'
+# GPG
+gem 'gpgme'
+
# LDAP Auth
# GitLab fork with several improvements to original library. For full list of changes
# see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master