From 6a02caa24c827e4ce6f77f7876fc8b7c83417401 Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Wed, 27 Jul 2022 21:17:07 +0200 Subject: [PATCH] Add `paranoia` --- Gemfile | 1 + Gemfile.lock | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index a783fe0b..2087d535 100644 --- a/Gemfile +++ b/Gemfile @@ -30,6 +30,7 @@ gem "haml", "~> 5.0" gem "hcaptcha", "~> 7.0" gem "mini_magick" gem "oj" +gem "paranoia" gem "rqrcode" gem "rolify", "~> 6.0" diff --git a/Gemfile.lock b/Gemfile.lock index 3c4bf110..bf1daecb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -348,6 +348,8 @@ GEM rack orm_adapter (0.5.0) parallel (1.22.1) + paranoia (2.6.0) + activerecord (>= 5.1, < 7.1) parser (3.1.2.0) ast (~> 2.4.1) pg (1.4.1) @@ -628,6 +630,7 @@ DEPENDENCIES omniauth omniauth-rails_csrf_protection (~> 1.0) omniauth-twitter + paranoia pg pghero poltergeist