Update dependency pg to v1.4.3

This commit is contained in:
renovate[bot] 2022-08-15 01:33:34 +00:00 committed by GitHub
parent 00a0cf7217
commit d314822b82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ gem 'figaro', '~> 1.2'
# model related
gem 'paper_trail', '~> 12.1'
gem 'pg', '1.4.2'
gem 'pg', '1.4.3'
# 1.8 is for Rails < 5.0
gem 'ransack', '~> 2.6.0'
gem 'truemail', '~> 2.4' # validates email by regexp, mail server existence and address existence

View file

@ -353,7 +353,7 @@ GEM
activerecord (>= 5.2)
request_store (~> 1.1)
pdfkit (0.8.5)
pg (1.4.2)
pg (1.4.3)
pg_query (2.1.2)
google-protobuf (>= 3.17.1)
pghero (2.8.1)
@ -576,7 +576,7 @@ DEPENDENCIES
omniauth-tara!
paper_trail (~> 12.1)
pdfkit
pg (= 1.4.2)
pg (= 1.4.3)
pg_query (>= 0.9.0)
pghero
pry (= 0.14.1)