Upgrade pg to version 0.21.0

This commit is contained in:
depfu[bot]
2017-09-05 15:35:25 +00:00
parent c6f675ecf2
commit 7a0a91f647
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ gem 'omniauth-twitter', '~> 1.4.0'
gem 'paperclip', '~> 5.1.0'
gem 'jquery-fileupload-rails'
gem 'paranoia', '~> 2.3.1'
gem 'pg', '~> 0.20.0'
gem 'pg', '~> 0.21.0'
gem 'pg_search', '~> 2.0.1'
gem 'rails-assets-markdown-it', '~> 8.2.1', source: 'https://rails-assets.org'
gem 'redcarpet', '~> 3.4.0'

View File

@@ -302,7 +302,7 @@ GEM
activerecord (>= 4.0, < 5.2)
parser (2.4.0.0)
ast (~> 2.2)
pg (0.20.0)
pg (0.21.0)
pg_search (2.0.1)
activerecord (>= 4.2)
activesupport (>= 4.2)
@@ -536,7 +536,7 @@ DEPENDENCIES
omniauth-twitter (~> 1.4.0)
paperclip (~> 5.1.0)
paranoia (~> 2.3.1)
pg (~> 0.20.0)
pg (~> 0.21.0)
pg_search (~> 2.0.1)
poltergeist (~> 1.15.0)
quiet_assets (~> 1.1.0)