diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-12-04 17:28:36 -0700 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-12-04 17:28:36 -0700 |
commit | 7ee0d651a3ada02373969f40330b3baf0fb26427 (patch) | |
tree | 74227e57c3dfe74e6180b9fbc43cbfd7db9c9635 /Gemfile.lock | |
parent | 89c7db6aec2e9f893fb5411f4341230015f840d9 (diff) | |
download | gitlab-ce-7ee0d651a3ada02373969f40330b3baf0fb26427.tar.gz |
Update paranoia from 2.1.4 to 2.2.0.cs-upgrade-paranoia
Includes support for Rails 5.
Changelog: https://github.com/rubysherpas/paranoia/blob/879fd18caa46af70fceca2e8f46886b3eff072ec/CHANGELOG.md#220-2016-10-21
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 5a14ed6fede..e5e6e6895a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -460,8 +460,8 @@ GEM org-ruby (0.9.12) rubypants (~> 0.2) orm_adapter (0.5.0) - paranoia (2.1.4) - activerecord (~> 4.0) + paranoia (2.2.0) + activerecord (>= 4.0, < 5.1) parser (2.3.1.4) ast (~> 2.2) pg (0.18.4) @@ -887,7 +887,7 @@ DEPENDENCIES omniauth-twitter (~> 1.2.0) omniauth_crowd (~> 2.2.0) org-ruby (~> 0.9.12) - paranoia (~> 2.0) + paranoia (~> 2.2) pg (~> 0.18.2) poltergeist (~> 1.9.0) premailer-rails (~> 1.9.0) |