Skip to content

Commit cdf9645

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

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.1"
13+
gem "pg", "~> 1.6.2"
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
@@ -476,9 +476,9 @@ GEM
476476
hashery (~> 2.0)
477477
ruby-rc4
478478
ttfunk
479-
pg (1.6.1-arm64-darwin)
480-
pg (1.6.1-x86_64-darwin)
481-
pg (1.6.1-x86_64-linux)
479+
pg (1.6.2-arm64-darwin)
480+
pg (1.6.2-x86_64-darwin)
481+
pg (1.6.2-x86_64-linux)
482482
popper_js (2.11.8)
483483
pp (0.6.3)
484484
prettyprint
@@ -814,7 +814,7 @@ DEPENDENCIES
814814
orderly (~> 0.1)
815815
paper_trail
816816
pdf-reader
817-
pg (~> 1.6.1)
817+
pg (~> 1.6.2)
818818
prawn (~> 2.4.0)
819819
prawn-rails
820820
pry-doc

0 commit comments

Comments
 (0)