diff --git a/Gemfile b/Gemfile index 097aff9a5..f54412192 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 94d5d9182..9c4662e36 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/vendor/cache/pg_search-2.3.5.gem b/vendor/cache/pg_search-2.3.5.gem deleted file mode 100644 index ec5696d3d..000000000 Binary files a/vendor/cache/pg_search-2.3.5.gem and /dev/null differ diff --git a/vendor/cache/pg_search-2.3.6.gem b/vendor/cache/pg_search-2.3.6.gem new file mode 100644 index 000000000..5ef91b8e0 Binary files /dev/null and b/vendor/cache/pg_search-2.3.6.gem differ