From 4cb996512e3fc4f993aa11fe1a0fcfb20d024f13 Mon Sep 17 00:00:00 2001 From: Connor Shea Date: Mon, 19 Jun 2017 16:28:32 -0600 Subject: 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. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') 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' -- cgit v1.2.1