Use non-broken version of attr_encrypted
Showing
... | ... | @@ -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" | ||
... | ... |
Please register or sign in to comment