diff options
author | Kevin O'Connor <kevin.oconnor7@gmail.com> | 2017-02-14 19:01:30 -0500 |
---|---|---|
committer | Alexis Reigel <mail@koffeinfrei.org> | 2017-07-27 15:40:40 +0200 |
commit | 817d9558febde484f23f623bd66d8c861ebc8236 (patch) | |
tree | 7ebb73c3a019d9999abcd92bdb560ac4caf4f223 /Gemfile | |
parent | 4eebd8e1957a3fc3a3479331fde9f34aa8afa9d5 (diff) | |
download | gitlab-ce-817d9558febde484f23f623bd66d8c861ebc8236.tar.gz |
Prototype key verification
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |