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>2017-06-20 01:28:32 +0300
committerConnor Shea <connor.james.shea@gmail.com>2017-06-20 01:28:32 +0300
commit4cb996512e3fc4f993aa11fe1a0fcfb20d024f13 (patch)
treeeb3b541821ee7bade23dd51ab8cb858ab0a4ae41 /Gemfile
parent025cbc2ad4dc175634676ff8a6955e043512d8bf (diff)
Update paranoia from 2.2 to 2.3.1.
https://github.com/rubysherpas/paranoia/blob/core/CHANGELOG.md#230-2017-04-14 Adds support for Rails 5.1.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2c200f2fa7a..3990ae5ee45 100644
--- a/Gemfile
+++ b/Gemfile
@@ -373,7 +373,7 @@ gem 'ruby-prof', '~> 0.16.2'
gem 'oauth2', '~> 1.4'
# Soft deletion
-gem 'paranoia', '~> 2.2'
+gem 'paranoia', '~> 2.3.1'
# Health check
gem 'health_check', '~> 2.6.0'