Skip to content

Commit 0e7c5eb

Browse files
Bump pg from 1.5.9 to 1.6.1 (#5349)
Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.9 to 1.6.1. - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](ged/ruby-pg@v1.5.9...v1.6.1) --- updated-dependencies: - dependency-name: pg dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 063de4b commit 0e7c5eb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ end
1010
# User management and login workflow.
1111
gem "devise", '>= 4.7.1'
1212
# Postgres database adapter.
13-
gem "pg", "~> 1.5.9"
13+
gem "pg", "~> 1.6.1"
1414
# Web server.
1515
gem "puma"
1616
# Rails web framework.

Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,9 @@ GEM
474474
hashery (~> 2.0)
475475
ruby-rc4
476476
ttfunk
477-
pg (1.5.9)
477+
pg (1.6.1-arm64-darwin)
478+
pg (1.6.1-x86_64-darwin)
479+
pg (1.6.1-x86_64-linux)
478480
popper_js (2.11.8)
479481
pp (0.6.2)
480482
prettyprint
@@ -808,7 +810,7 @@ DEPENDENCIES
808810
orderly (~> 0.1)
809811
paper_trail
810812
pdf-reader
811-
pg (~> 1.5.9)
813+
pg (~> 1.6.1)
812814
prawn (~> 2.4.0)
813815
prawn-rails
814816
pry-doc

0 commit comments

Comments
 (0)