Bump pg_search from 2.3.4 to 2.3.5
Bumps [pg_search](https://github.com/Casecommons/pg_search) from 2.3.4 to 2.3.5. - [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.4...v2.3.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
committed by
GitHub
parent
3fcdfddf0d
commit
bd39e3ce4a
2
Gemfile
2
Gemfile
@@ -43,7 +43,7 @@ gem "omniauth-twitter", "~> 1.4.0"
|
|||||||
gem "paperclip", "~> 6.1.0"
|
gem "paperclip", "~> 6.1.0"
|
||||||
gem "paranoia", "~> 2.4.2"
|
gem "paranoia", "~> 2.4.2"
|
||||||
gem "pg", "~> 1.0.0"
|
gem "pg", "~> 1.0.0"
|
||||||
gem "pg_search", "~> 2.3.4"
|
gem "pg_search", "~> 2.3.5"
|
||||||
gem "puma", "~> 4.3.6"
|
gem "puma", "~> 4.3.6"
|
||||||
gem "recipient_interceptor", "~> 0.2.0"
|
gem "recipient_interceptor", "~> 0.2.0"
|
||||||
gem "redcarpet", "~> 3.5.0"
|
gem "redcarpet", "~> 3.5.0"
|
||||||
|
|||||||
12
Gemfile.lock
12
Gemfile.lock
@@ -149,7 +149,7 @@ GEM
|
|||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.12.2)
|
coffee-script-source (1.12.2)
|
||||||
concurrent-ruby (1.1.7)
|
concurrent-ruby (1.1.8)
|
||||||
coveralls (0.8.23)
|
coveralls (0.8.23)
|
||||||
json (>= 1.8, < 3)
|
json (>= 1.8, < 3)
|
||||||
simplecov (~> 0.16.1)
|
simplecov (~> 0.16.1)
|
||||||
@@ -288,7 +288,7 @@ GEM
|
|||||||
httpi (2.4.5)
|
httpi (2.4.5)
|
||||||
rack
|
rack
|
||||||
socksify
|
socksify
|
||||||
i18n (1.8.5)
|
i18n (1.8.9)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
i18n-tasks (0.9.31)
|
i18n-tasks (0.9.31)
|
||||||
activesupport (>= 4.0.2)
|
activesupport (>= 4.0.2)
|
||||||
@@ -363,7 +363,7 @@ GEM
|
|||||||
mimemagic (0.3.5)
|
mimemagic (0.3.5)
|
||||||
mini_mime (1.0.2)
|
mini_mime (1.0.2)
|
||||||
mini_portile2 (2.5.0)
|
mini_portile2 (2.5.0)
|
||||||
minitest (5.14.2)
|
minitest (5.14.4)
|
||||||
mixlib-cli (2.1.8)
|
mixlib-cli (2.1.8)
|
||||||
mixlib-config (3.0.9)
|
mixlib-config (3.0.9)
|
||||||
tomlrb
|
tomlrb
|
||||||
@@ -425,7 +425,7 @@ GEM
|
|||||||
parser (2.7.2.0)
|
parser (2.7.2.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
pg (1.0.0)
|
pg (1.0.0)
|
||||||
pg_search (2.3.4)
|
pg_search (2.3.5)
|
||||||
activerecord (>= 5.2)
|
activerecord (>= 5.2)
|
||||||
activesupport (>= 5.2)
|
activesupport (>= 5.2)
|
||||||
pronto (0.11.0)
|
pronto (0.11.0)
|
||||||
@@ -635,7 +635,7 @@ GEM
|
|||||||
rack (>= 1.3, < 3)
|
rack (>= 1.3, < 3)
|
||||||
rack-accept (~> 0.4)
|
rack-accept (~> 0.4)
|
||||||
tilt (>= 1.4, < 3)
|
tilt (>= 1.4, < 3)
|
||||||
tzinfo (1.2.7)
|
tzinfo (1.2.9)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uglifier (4.2.0)
|
uglifier (4.2.0)
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
@@ -737,7 +737,7 @@ DEPENDENCIES
|
|||||||
paperclip (~> 6.1.0)
|
paperclip (~> 6.1.0)
|
||||||
paranoia (~> 2.4.2)
|
paranoia (~> 2.4.2)
|
||||||
pg (~> 1.0.0)
|
pg (~> 1.0.0)
|
||||||
pg_search (~> 2.3.4)
|
pg_search (~> 2.3.5)
|
||||||
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