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.lock | |
parent | 4ed152e4ba7efede082a9c8884fd94f0a113e398 (diff) | |
download | gitlab-ce-ad98190155227470d5c33425d9a4d779bdc89d2b.tar.gz |
Fix a case with empty secret CI/CD variables
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index c3716baa762..3507c55c597 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) |