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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-31 05:34:50 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-05-10 00:31:11 +0300
commitb66be0a2b3351dd10d96e3d0d0576f6d1444f342 (patch)
tree94ef3f1ff85c4bc8c9cc5fc103ac93c57dd42f31 /Gemfile
parentde9e1c3bad18e4ca00cfdced75e5cc4c42905761 (diff)
Use non-broken version of attr_encrypted
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 65a641c602c..ee6072b2da1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -37,6 +37,7 @@ gem "rack-oauth2", "~> 1.0.5"
# Two-factor authentication
gem 'devise-two-factor'
gem 'rqrcode-rails3'
+gem 'attr_encrypted', git: 'https://github.com/attr-encrypted/attr_encrypted.git', ref: '94d901df2ccbc579b981091d53dd641f9bed4c1d'
# Browser detection
gem "browser"