Bump pg from 0.21.0 to 1.0.0
Bumps [pg](https://github.com/ged/ruby-pg) from 0.21.0 to 1.0.0. - [Release notes](https://github.com/ged/ruby-pg/releases) - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.rdoc) - [Commits](https://github.com/ged/ruby-pg/compare/v0.21.0...v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
committed by
Javi Martín
parent
0f0c44d377
commit
276703d35c
2
Gemfile
2
Gemfile
@@ -42,7 +42,7 @@ gem "omniauth-rails_csrf_protection", "~> 0.1.2"
|
||||
gem "omniauth-twitter", "~> 1.4.0"
|
||||
gem "paperclip", "~> 6.1.0"
|
||||
gem "paranoia", "~> 2.4.2"
|
||||
gem "pg", "~> 0.21.0"
|
||||
gem "pg", "~> 1.0.0"
|
||||
gem "pg_search", "~> 2.3.0"
|
||||
gem "puma", "~> 4.3.6"
|
||||
gem "recipient_interceptor", "~> 0.2.0"
|
||||
|
||||
@@ -411,7 +411,7 @@ GEM
|
||||
activerecord (>= 4.0, < 6.1)
|
||||
parser (2.7.1.4)
|
||||
ast (~> 2.4.1)
|
||||
pg (0.21.0)
|
||||
pg (1.0.0)
|
||||
pg_search (2.3.0)
|
||||
activerecord (>= 4.2)
|
||||
activesupport (>= 4.2)
|
||||
@@ -691,7 +691,7 @@ DEPENDENCIES
|
||||
omniauth-twitter (~> 1.4.0)
|
||||
paperclip (~> 6.1.0)
|
||||
paranoia (~> 2.4.2)
|
||||
pg (~> 0.21.0)
|
||||
pg (~> 1.0.0)
|
||||
pg_search (~> 2.3.0)
|
||||
puma (~> 4.3.6)
|
||||
rails (= 5.1.7)
|
||||
|
||||
Reference in New Issue
Block a user