Skip to content

Commit 6dd42a4

Browse files
dependabot[bot]Daniel Orner
authored andcommitted
Bump pg from 1.4.6 to 1.5.1
Bumps [pg](https://github.com/ged/ruby-pg) from 1.4.6 to 1.5.1. - [Release notes](https://github.com/ged/ruby-pg/releases) - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](ged/ruby-pg@v1.4.6...v1.5.1) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cae4941 commit 6dd42a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ruby "3.1.2"
1212
# User management and login workflow.
1313
gem "devise", '>= 4.7.1'
1414
# Postgres database adapter.
15-
gem "pg", "~> 1.4.6"
15+
gem "pg", "~> 1.5.1"
1616
# Web server.
1717
gem "puma"
1818
# Rails web framework.

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ GEM
371371
parser (3.2.2.0)
372372
ast (~> 2.4.1)
373373
pdf-core (0.9.0)
374-
pg (1.4.6)
374+
pg (1.5.1)
375375
popper_js (1.16.0)
376376
prawn (2.4.0)
377377
pdf-core (~> 0.9.0)
@@ -667,7 +667,7 @@ DEPENDENCIES
667667
omniauth-rails_csrf_protection
668668
orderly (~> 0.1)
669669
paper_trail
670-
pg (~> 1.4.6)
670+
pg (~> 1.5.1)
671671
prawn-rails
672672
pry-doc
673673
pry-nav

0 commit comments

Comments
 (0)