Update dependency pg to v1.4.5

This commit is contained in:
renovate[bot] 2022-11-18 00:23:01 +00:00
parent 4328ebbfcc
commit 6e66eb0824
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -346,7 +346,7 @@ GEM
activerecord (>= 5.2) activerecord (>= 5.2)
request_store (~> 1.1) request_store (~> 1.1)
pdfkit (0.8.7.2) pdfkit (0.8.7.2)
pg (1.4.4) pg (1.4.5)
pg_query (2.1.2) pg_query (2.1.2)
google-protobuf (>= 3.17.1) google-protobuf (>= 3.17.1)
pghero (2.8.1) pghero (2.8.1)
@ -554,7 +554,7 @@ DEPENDENCIES
omniauth-tara! omniauth-tara!
paper_trail (~> 13.0) paper_trail (~> 13.0)
pdfkit pdfkit
pg (= 1.4.4) pg (= 1.4.5)
pg_query (>= 0.9.0) pg_query (>= 0.9.0)
pghero pghero
pry (= 0.14.1) pry (= 0.14.1)