Bump paranoia from 2.6.0 to 2.6.2

Bumps [paranoia](https://github.com/rubysherpas/paranoia) from 2.6.0 to 2.6.2.
- [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.6.0...v2.6.2)

---
updated-dependencies:
- dependency-name: paranoia
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-08-30 11:48:01 +00:00
committed by GitHub
parent 5a4f622932
commit 3da41ed7b8
2 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ gem "omniauth-facebook", "~> 9.0.0"
gem "omniauth-google-oauth2", "~> 1.0.1" gem "omniauth-google-oauth2", "~> 1.0.1"
gem "omniauth-rails_csrf_protection", "~> 1.0.1" gem "omniauth-rails_csrf_protection", "~> 1.0.1"
gem "omniauth-twitter", "~> 1.4.0" gem "omniauth-twitter", "~> 1.4.0"
gem "paranoia", "~> 2.6.0" gem "paranoia", "~> 2.6.2"
gem "pg", "~> 1.4.3" gem "pg", "~> 1.4.3"
gem "pg_search", "~> 2.3.6" gem "pg_search", "~> 2.3.6"
gem "puma", "~> 4.3.12" gem "puma", "~> 4.3.12"

View File

@@ -388,7 +388,7 @@ GEM
rack rack
orm_adapter (0.5.0) orm_adapter (0.5.0)
parallel (1.22.1) parallel (1.22.1)
paranoia (2.6.0) paranoia (2.6.2)
activerecord (>= 5.1, < 7.1) activerecord (>= 5.1, < 7.1)
parser (3.2.2.3) parser (3.2.2.3)
ast (~> 2.4.1) ast (~> 2.4.1)
@@ -709,7 +709,7 @@ DEPENDENCIES
omniauth-google-oauth2 (~> 1.0.1) omniauth-google-oauth2 (~> 1.0.1)
omniauth-rails_csrf_protection (~> 1.0.1) omniauth-rails_csrf_protection (~> 1.0.1)
omniauth-twitter (~> 1.4.0) omniauth-twitter (~> 1.4.0)
paranoia (~> 2.6.0) paranoia (~> 2.6.2)
pg (~> 1.4.3) pg (~> 1.4.3)
pg_search (~> 2.3.6) pg_search (~> 2.3.6)
pronto (~> 0.11.0) pronto (~> 0.11.0)