diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-07-22 14:14:01 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-07-24 12:04:35 -0600 |
commit | 95ea2119bdcba43f08a5181c332207568a4e80ca (patch) | |
tree | a6fb29591b0f1b0760c85c2d1efe05933be36241 /Gemfile.lock | |
parent | 3f7ac28806983c9b13e40856685aeb0d494ccb4d (diff) | |
download | gitlab-ce-95ea2119bdcba43f08a5181c332207568a4e80ca.tar.gz |
Update attr_encrypted from 3.0.1 to 3.0.3cs-upgrade-attr-encrypted
This removes methods that were deprecated by Rails 5.
Changelog: https://github.com/attr-encrypted/attr_encrypted/blob/master/CHANGELOG.md#303
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 195516d1bf1..157cdf1b843 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -59,7 +59,7 @@ GEM oauth2 (~> 1.0) asciidoctor (1.5.3) ast (2.3.0) - attr_encrypted (3.0.1) + attr_encrypted (3.0.3) encryptor (~> 3.0.0) attr_required (1.0.0) autoprefixer-rails (6.2.3) |