Merge branch 'fix/gb/fix-empty-secret-variables' into 'master'

Fix a case with empty secret CI/CD variables

Closes #31929

See merge request gitlab-org/gitlab-ce!18400
This commit is contained in:
Stan Hu 2018-04-17 13:33:14 +00:00
commit 73431ad0d1
3 changed files with 8 additions and 3 deletions

View File

@ -62,7 +62,7 @@ gem 'akismet', '~> 2.0'
# Two-factor authentication
gem 'devise-two-factor', '~> 3.0.0'
gem 'rqrcode-rails3', '~> 0.1.7'
gem 'attr_encrypted', '~> 3.0.0'
gem 'attr_encrypted', '~> 3.1.0'
gem 'u2f', '~> 0.2.1'
# GitLab Pages

View File

@ -66,7 +66,7 @@ GEM
unf
ast (2.4.0)
atomic (1.1.99)
attr_encrypted (3.0.3)
attr_encrypted (3.1.0)
encryptor (~> 3.0.0)
attr_required (1.0.0)
autoprefixer-rails (6.2.3)
@ -1004,7 +1004,7 @@ DEPENDENCIES
asciidoctor (~> 1.5.6)
asciidoctor-plantuml (= 0.0.8)
asset_sync (~> 2.2.0)
attr_encrypted (~> 3.0.0)
attr_encrypted (~> 3.1.0)
awesome_print (~> 1.2.0)
babosa (~> 1.0.2)
base32 (~> 0.3.0)

View File

@ -0,0 +1,5 @@
---
title: Fix a case with secret variables being empty sometimes
merge_request: 18400
author:
type: fixed