Skip to content

Commit 8fd22ca

Browse files
Bump pg from 1.6.2 to 1.6.3 (#5497)
Bumps [pg](https://github.com/ged/ruby-pg) from 1.6.2 to 1.6.3. - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](ged/ruby-pg@v1.6.2...v1.6.3) --- updated-dependencies: - dependency-name: pg dependency-version: 1.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 90eeec0 commit 8fd22ca

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.6.2"
13+
gem "pg", "~> 1.6.3"
1414
# Web server.
1515
gem "puma"
1616
# Rails web framework.

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -480,9 +480,9 @@ GEM
480480
hashery (~> 2.0)
481481
ruby-rc4
482482
ttfunk
483-
pg (1.6.2-arm64-darwin)
484-
pg (1.6.2-x86_64-darwin)
485-
pg (1.6.2-x86_64-linux)
483+
pg (1.6.3-arm64-darwin)
484+
pg (1.6.3-x86_64-darwin)
485+
pg (1.6.3-x86_64-linux)
486486
popper_js (2.11.8)
487487
pp (0.6.3)
488488
prettyprint
@@ -819,7 +819,7 @@ DEPENDENCIES
819819
orderly (~> 0.1)
820820
paper_trail
821821
pdf-reader
822-
pg (~> 1.6.2)
822+
pg (~> 1.6.3)
823823
prawn (~> 2.4.0)
824824
prawn-rails
825825
pry-doc

0 commit comments

Comments
 (0)