Merge pull request #4202 from consul/dependabot/bundler/pg_search-2.3.4

Bump pg_search from 2.3.0 to 2.3.4
This commit is contained in:
Javi Martín
2020-11-03 12:39:06 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ gem "omniauth-twitter", "~> 1.4.0"
gem "paperclip", "~> 6.1.0"
gem "paranoia", "~> 2.4.2"
gem "pg", "~> 1.0.0"
gem "pg_search", "~> 2.3.0"
gem "pg_search", "~> 2.3.4"
gem "puma", "~> 4.3.6"
gem "recipient_interceptor", "~> 0.2.0"
gem "redcarpet", "~> 3.5.0"

View File

@@ -413,9 +413,9 @@ GEM
parser (2.7.2.0)
ast (~> 2.4.1)
pg (1.0.0)
pg_search (2.3.0)
activerecord (>= 4.2)
activesupport (>= 4.2)
pg_search (2.3.4)
activerecord (>= 5.2)
activesupport (>= 5.2)
public_suffix (4.0.6)
puma (4.3.6)
nio4r (~> 2.0)
@@ -702,7 +702,7 @@ DEPENDENCIES
paperclip (~> 6.1.0)
paranoia (~> 2.4.2)
pg (~> 1.0.0)
pg_search (~> 2.3.0)
pg_search (~> 2.3.4)
puma (~> 4.3.6)
rails (= 5.2.4.4)
rails-assets-leaflet!