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:
authorConnor Shea <connor.james.shea@gmail.com>2016-12-05 03:28:36 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-12-05 03:28:36 +0300
commit7ee0d651a3ada02373969f40330b3baf0fb26427 (patch)
tree74227e57c3dfe74e6180b9fbc43cbfd7db9c9635 /Gemfile
parent89c7db6aec2e9f893fb5411f4341230015f840d9 (diff)
Update paranoia from 2.1.4 to 2.2.0.
Includes support for Rails 5. Changelog: https://github.com/rubysherpas/paranoia/blob/879fd18caa46af70fceca2e8f46886b3eff072ec/CHANGELOG.md#220-2016-10-21
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 83edf420798..e3f2b3ea0b2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -338,7 +338,7 @@ gem 'ruby-prof', '~> 0.16.2'
gem 'oauth2', '~> 1.2.0'
# Soft deletion
-gem 'paranoia', '~> 2.0'
+gem 'paranoia', '~> 2.2'
# Health check
gem 'health_check', '~> 2.2.0'