Bump pg_search from 2.3.5 to 2.3.6 (#15996)

Bumps [pg_search](https://github.com/Casecommons/pg_search) from 2.3.5 to 2.3.6.
- [Release notes](https://github.com/Casecommons/pg_search/releases)
- [Changelog](https://github.com/Casecommons/pg_search/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Casecommons/pg_search/compare/v2.3.5...v2.3.6)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-01-07 11:43:35 -07:00 committed by GitHub
parent 8233b5297e
commit 232301e720
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

View file

@ -69,7 +69,7 @@ gem "parallel", "~> 1.21" # Run any kind of code in parallel processes
gem "patron", "~> 0.13.3" # HTTP client library based on libcurl, used with GitHub OAuth client
gem "pg", "~> 1.2" # Pg is the Ruby interface to the PostgreSQL RDBMS
gem "pg_query", ">= 0.9.0" # Allows PGHero to analyze queries
gem "pg_search", "~> 2.3.5" # PgSearch builds Active Record named scopes that take advantage of PostgreSQL's full text search
gem "pg_search", "~> 2.3.6" # PgSearch builds Active Record named scopes that take advantage of PostgreSQL's full text search
gem "pghero", "~> 2.8" # Dashboard for Postgres
gem "puma", "~> 5.5.2" # Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server
gem "pundit", "~> 2.1" # Object oriented authorization for Rails applications

View file

@ -543,7 +543,7 @@ GEM
pg (1.2.3)
pg_query (2.1.2)
google-protobuf (>= 3.17.1)
pg_search (2.3.5)
pg_search (2.3.6)
activerecord (>= 5.2)
activesupport (>= 5.2)
pghero (2.8.2)
@ -972,7 +972,7 @@ DEPENDENCIES
patron (~> 0.13.3)
pg (~> 1.2)
pg_query (>= 0.9.0)
pg_search (~> 2.3.5)
pg_search (~> 2.3.6)
pghero (~> 2.8)
pry (~> 0.14)
pry-rails (~> 0.3)

Binary file not shown.

BIN
vendor/cache/pg_search-2.3.6.gem vendored Normal file

Binary file not shown.