Bump pg_search from 2.3.5 to 2.3.6
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>
This commit is contained in:
committed by
Javi Martín
parent
7728a7fc53
commit
0ceaf34c57
2
Gemfile
2
Gemfile
@@ -43,7 +43,7 @@ gem "omniauth-rails_csrf_protection", "~> 1.0.0"
|
|||||||
gem "omniauth-twitter", "~> 1.4.0"
|
gem "omniauth-twitter", "~> 1.4.0"
|
||||||
gem "paranoia", "~> 2.4.3"
|
gem "paranoia", "~> 2.4.3"
|
||||||
gem "pg", "~> 1.4.3"
|
gem "pg", "~> 1.4.3"
|
||||||
gem "pg_search", "~> 2.3.5"
|
gem "pg_search", "~> 2.3.6"
|
||||||
gem "puma", "~> 4.3.12"
|
gem "puma", "~> 4.3.12"
|
||||||
gem "recipient_interceptor", "~> 0.3.0"
|
gem "recipient_interceptor", "~> 0.3.0"
|
||||||
gem "redcarpet", "~> 3.5.1"
|
gem "redcarpet", "~> 3.5.1"
|
||||||
|
|||||||
@@ -445,7 +445,7 @@ GEM
|
|||||||
parser (3.1.2.0)
|
parser (3.1.2.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
pg (1.4.3)
|
pg (1.4.3)
|
||||||
pg_search (2.3.5)
|
pg_search (2.3.6)
|
||||||
activerecord (>= 5.2)
|
activerecord (>= 5.2)
|
||||||
activesupport (>= 5.2)
|
activesupport (>= 5.2)
|
||||||
pronto (0.11.0)
|
pronto (0.11.0)
|
||||||
@@ -763,7 +763,7 @@ DEPENDENCIES
|
|||||||
omniauth-twitter (~> 1.4.0)
|
omniauth-twitter (~> 1.4.0)
|
||||||
paranoia (~> 2.4.3)
|
paranoia (~> 2.4.3)
|
||||||
pg (~> 1.4.3)
|
pg (~> 1.4.3)
|
||||||
pg_search (~> 2.3.5)
|
pg_search (~> 2.3.6)
|
||||||
pronto (~> 0.11.0)
|
pronto (~> 0.11.0)
|
||||||
pronto-erb_lint (~> 0.1.5)
|
pronto-erb_lint (~> 0.1.5)
|
||||||
pronto-eslint (~> 0.11.0)
|
pronto-eslint (~> 0.11.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user