Skip to content

Commit

Permalink
Update dependency pg to v1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 2, 2024
1 parent 18a4a55 commit a5ace33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'figaro', '~> 1.2'

# model related
gem 'paper_trail', '~> 14.0'
gem 'pg', '1.5.6'
gem 'pg', '1.5.7'
# 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
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ GEM
activerecord (>= 6.0)
request_store (~> 1.4)
pdfkit (0.8.7.2)
pg (1.5.6)
pg (1.5.7)
pg_query (2.1.2)
google-protobuf (>= 3.17.1)
pghero (3.1.0)
Expand Down Expand Up @@ -579,7 +579,7 @@ DEPENDENCIES
omniauth-tara!
paper_trail (~> 14.0)
pdfkit
pg (= 1.5.6)
pg (= 1.5.7)
pg_query (>= 0.9.0)
pghero
pry (= 0.14.2)
Expand Down

0 comments on commit a5ace33

Please sign in to comment.