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:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-04-16 16:51:20 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-04-16 16:51:20 +0300
commitad98190155227470d5c33425d9a4d779bdc89d2b (patch)
tree339f28729c538869af728ee7b9b50964a5e384a7 /Gemfile
parent4ed152e4ba7efede082a9c8884fd94f0a113e398 (diff)
Fix a case with empty secret CI/CD variables
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a8cc34125f5..1c822a40fc6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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