Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbulhair Saparov <abulhair.saparov@gmail.com>2018-12-03 08:59:52 +0300
committerStan Hu <stanhu@gmail.com>2018-12-03 08:59:52 +0300
commit60c595c9e1c72ff81b3a5f44afaa2e9ed0880de5 (patch)
treeb1e6b380056139799ed08f373bbafcbeec35a0c4 /Gemfile
parenta445aa0a9267f191fab1c46d438b42fbec549da5 (diff)
Bump gpgme gem version from 2.0.13 to 2.0.18
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f52ba766812..e37cadc128a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -82,7 +82,7 @@ gem 'validates_hostname', '~> 1.0.6'
gem 'browser', '~> 2.5'
# GPG
-gem 'gpgme'
+gem 'gpgme', '~> 2.0.18'
# LDAP Auth
# GitLab fork with several improvements to original library. For full list of changes