Bump pg from 1.2.2 to 1.2.3

Bumps [pg](https://github.com/ged/ruby-pg) from 1.2.2 to 1.2.3.
- [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/v1.2.2...v1.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-19 05:03:57 +00:00 committed by Alex Sherman
parent 91222fbc01
commit 3551cb58a1
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ gem 'figaro', '~> 1.2'
# model related # model related
gem 'activerecord-import' gem 'activerecord-import'
gem 'paper_trail', '~> 12.0' gem 'paper_trail', '~> 12.0'
gem 'pg', '1.2.2' gem 'pg', '1.2.3'
# 1.8 is for Rails < 5.0 # 1.8 is for Rails < 5.0
gem 'ransack', '~> 2.3' gem 'ransack', '~> 2.3'
gem 'truemail', '~> 2.3' # validates email by regexp, mail server existence and address existence gem 'truemail', '~> 2.3' # validates email by regexp, mail server existence and address existence

View file

@ -330,7 +330,7 @@ GEM
activerecord (>= 5.2) activerecord (>= 5.2)
request_store (~> 1.1) request_store (~> 1.1)
pdfkit (0.8.5) pdfkit (0.8.5)
pg (1.2.2) pg (1.2.3)
pry (0.14.1) pry (0.14.1)
coderay (~> 1.1) coderay (~> 1.1)
method_source (~> 1.0) method_source (~> 1.0)
@ -548,7 +548,7 @@ DEPENDENCIES
omniauth-tara! omniauth-tara!
paper_trail (~> 12.0) paper_trail (~> 12.0)
pdfkit pdfkit
pg (= 1.2.2) pg (= 1.2.3)
pry (= 0.14.1) pry (= 0.14.1)
puma puma
que que