Skip to content

Commit 6dbdcfd

Browse files
build(deps): bump pg from 1.5.7 to 1.5.9 (#4967)
Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.7 to 1.5.9. - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](ged/ruby-pg@v1.5.7...v1.5.9) --- updated-dependencies: - dependency-name: pg 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 078150d commit 6dbdcfd

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ GEM
458458
hashery (~> 2.0)
459459
ruby-rc4
460460
ttfunk
461-
pg (1.5.7)
461+
pg (1.5.9)
462462
popper_js (2.11.8)
463463
prawn (2.5.0)
464464
matrix (~> 0.4)
@@ -789,7 +789,7 @@ DEPENDENCIES
789789
orderly (~> 0.1)
790790
paper_trail
791791
pdf-reader
792-
pg (~> 1.5.7)
792+
pg (~> 1.5.9)
793793
prawn-rails
794794
pry-doc
795795
pry-nav

0 commit comments

Comments
 (0)