Bump paranoia from 2.4.2 to 2.4.3

Bumps [paranoia](https://github.com/rubysherpas/paranoia) from 2.4.2 to 2.4.3.
- [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/v2.4.2...2.4.3)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-08-09 01:11:59 +00:00
committed by GitHub
parent e25b6f4ebe
commit 2a1c83a526
2 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ gem "omniauth-google-oauth2", "~> 0.8.0"
gem "omniauth-rails_csrf_protection", "~> 0.1.2"
gem "omniauth-twitter", "~> 1.4.0"
gem "paperclip", "~> 6.1.0"
gem "paranoia", "~> 2.4.2"
gem "paranoia", "~> 2.4.3"
gem "pg", "~> 1.0.0"
gem "pg_search", "~> 2.3.5"
gem "puma", "~> 4.3.8"

View File

@@ -435,8 +435,8 @@ GEM
mimemagic (~> 0.3.0)
terrapin (~> 0.6.0)
parallel (1.20.1)
paranoia (2.4.2)
activerecord (>= 4.0, < 6.1)
paranoia (2.4.3)
activerecord (>= 4.0, < 6.2)
parser (3.0.2.0)
ast (~> 2.4.1)
pg (1.0.0)
@@ -750,7 +750,7 @@ DEPENDENCIES
omniauth-rails_csrf_protection (~> 0.1.2)
omniauth-twitter (~> 1.4.0)
paperclip (~> 6.1.0)
paranoia (~> 2.4.2)
paranoia (~> 2.4.3)
pg (~> 1.0.0)
pg_search (~> 2.3.5)
pronto (~> 0.11.0)