Bump gpgme gem version from 2.0.13 to 2.0.18
This commit is contained in:
parent
a445aa0a92
commit
60c595c9e1
4 changed files with 12 additions and 7 deletions
2
Gemfile
2
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
|
||||
|
|
|
@ -313,8 +313,8 @@ GEM
|
|||
multi_json (~> 1.11)
|
||||
os (>= 0.9, < 2.0)
|
||||
signet (~> 0.7)
|
||||
gpgme (2.0.13)
|
||||
mini_portile2 (~> 2.1)
|
||||
gpgme (2.0.18)
|
||||
mini_portile2 (~> 2.3)
|
||||
grape (1.1.0)
|
||||
activesupport
|
||||
builder
|
||||
|
@ -1016,7 +1016,7 @@ DEPENDENCIES
|
|||
gon (~> 6.2)
|
||||
google-api-client (~> 0.23)
|
||||
google-protobuf (~> 3.6)
|
||||
gpgme
|
||||
gpgme (~> 2.0.18)
|
||||
grape (~> 1.1.0)
|
||||
grape-entity (~> 0.7.1)
|
||||
grape-path-helpers (~> 1.0)
|
||||
|
|
|
@ -310,8 +310,8 @@ GEM
|
|||
multi_json (~> 1.11)
|
||||
os (>= 0.9, < 2.0)
|
||||
signet (~> 0.7)
|
||||
gpgme (2.0.13)
|
||||
mini_portile2 (~> 2.1)
|
||||
gpgme (2.0.18)
|
||||
mini_portile2 (~> 2.3)
|
||||
grape (1.1.0)
|
||||
activesupport
|
||||
builder
|
||||
|
@ -1007,7 +1007,7 @@ DEPENDENCIES
|
|||
gon (~> 6.2)
|
||||
google-api-client (~> 0.23)
|
||||
google-protobuf (~> 3.6)
|
||||
gpgme
|
||||
gpgme (~> 2.0.18)
|
||||
grape (~> 1.1.0)
|
||||
grape-entity (~> 0.7.1)
|
||||
grape-path-helpers (~> 1.0)
|
||||
|
|
5
changelogs/unreleased/bump_gpgme_gem.yml
Normal file
5
changelogs/unreleased/bump_gpgme_gem.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Bump gpgme gem version from 2.0.13 to 2.0.18
|
||||
merge_request:
|
||||
author: asaparov
|
||||
type: other
|
Loading…
Reference in a new issue