Bump paranoia from 2.6.3 to 3.0.0

Bumps [paranoia](https://github.com/rubysherpas/paranoia) from 2.6.3 to 3.0.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/v2.6.3...v3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-10-06 00:56:57 +00:00
committed by GitHub
parent c3e011cd2e
commit 8c217e8158
2 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ gem "omniauth-facebook", "~> 9.0.0"
gem "omniauth-google-oauth2", "~> 1.1.1"
gem "omniauth-rails_csrf_protection", "~> 1.0.1"
gem "omniauth-twitter", "~> 1.4.0"
gem "paranoia", "~> 2.6.3"
gem "paranoia", "~> 3.0.0"
gem "pg", "~> 1.5.8"
gem "pg_search", "~> 2.3.7"
gem "puma", "~> 5.6.9"

View File

@@ -416,8 +416,8 @@ GEM
orm_adapter (0.5.0)
ostruct (0.6.0)
parallel (1.26.3)
paranoia (2.6.3)
activerecord (>= 5.1, < 7.2)
paranoia (3.0.0)
activerecord (>= 6, < 8.1)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
@@ -752,7 +752,7 @@ DEPENDENCIES
omniauth-google-oauth2 (~> 1.1.1)
omniauth-rails_csrf_protection (~> 1.0.1)
omniauth-twitter (~> 1.4.0)
paranoia (~> 2.6.3)
paranoia (~> 3.0.0)
pdf-reader (~> 2.12.0)
pg (~> 1.5.8)
pg_search (~> 2.3.7)