Update dependency pg to v1.5.3

This commit is contained in:
renovate[bot] 2023-04-29 01:25:01 +00:00
parent e73fce69ae
commit 475cc11e5f
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ gem 'figaro', '~> 1.2'
# model related
gem 'paper_trail', '~> 14.0'
gem 'pg', '1.5.1'
gem 'pg', '1.5.3'
# 1.8 is for Rails < 5.0
gem 'ransack', '~> 4.0.0'
gem 'truemail', '~> 3.0' # validates email by regexp, mail server existence and address existence

View file

@ -360,7 +360,7 @@ GEM
activerecord (>= 6.0)
request_store (~> 1.4)
pdfkit (0.8.7.2)
pg (1.5.1)
pg (1.5.3)
pg_query (2.1.2)
google-protobuf (>= 3.17.1)
pghero (3.1.0)
@ -574,7 +574,7 @@ DEPENDENCIES
omniauth-tara!
paper_trail (~> 14.0)
pdfkit
pg (= 1.5.1)
pg (= 1.5.3)
pg_query (>= 0.9.0)
pghero
pry (= 0.14.2)