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:
parent
8233b5297e
commit
232301e720
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
BIN
vendor/cache/pg_search-2.3.5.gem
vendored
BIN
vendor/cache/pg_search-2.3.5.gem
vendored
Binary file not shown.
BIN
vendor/cache/pg_search-2.3.6.gem
vendored
Normal file
BIN
vendor/cache/pg_search-2.3.6.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue