From 8a64009d7f7d325c8a3bd0e2fb02849994d35d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Fri, 26 Aug 2022 15:10:41 +0200 Subject: [PATCH] Bump paranoia from 2.4.3 to 2.6.0 Bumps [paranoia](https://github.com/rubysherpas/paranoia) from 2.4.3 to 2.6.0. - [Release notes](https://github.com/rubysherpas/paranoia/releases) - [Changelog](https://github.com/rubysherpas/paranoia/blob/core/CHANGELOG.md) - [Commits](https://github.com/rubysherpas/paranoia/compare/2.4.3...v2.6.0) --- updated-dependencies: - dependency-name: paranoia dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index c5523b9fe..1443d34c6 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem "omniauth-facebook", "~> 8.0.0" gem "omniauth-google-oauth2", "~> 1.0.0" gem "omniauth-rails_csrf_protection", "~> 1.0.0" gem "omniauth-twitter", "~> 1.4.0" -gem "paranoia", "~> 2.4.3" +gem "paranoia", "~> 2.6.0" gem "pg", "~> 1.4.3" gem "pg_search", "~> 2.3.6" gem "puma", "~> 4.3.12" diff --git a/Gemfile.lock b/Gemfile.lock index 52a8249cf..f62968380 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -441,8 +441,8 @@ GEM rack orm_adapter (0.5.0) parallel (1.20.1) - paranoia (2.4.3) - activerecord (>= 4.0, < 6.2) + paranoia (2.6.0) + activerecord (>= 5.1, < 7.1) parser (3.1.2.1) ast (~> 2.4.1) pg (1.4.3) @@ -763,7 +763,7 @@ DEPENDENCIES omniauth-google-oauth2 (~> 1.0.0) omniauth-rails_csrf_protection (~> 1.0.0) omniauth-twitter (~> 1.4.0) - paranoia (~> 2.4.3) + paranoia (~> 2.6.0) pg (~> 1.4.3) pg_search (~> 2.3.6) pronto (~> 0.11.0)