diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-04-16 15:51:20 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-04-16 15:51:20 +0200 |
commit | ad98190155227470d5c33425d9a4d779bdc89d2b (patch) | |
tree | 339f28729c538869af728ee7b9b50964a5e384a7 /Gemfile | |
parent | 4ed152e4ba7efede082a9c8884fd94f0a113e398 (diff) | |
download | gitlab-ce-ad98190155227470d5c33425d9a4d779bdc89d2b.tar.gz |
Fix a case with empty secret CI/CD variables
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |