Skip to content

Commit 6b1333a

Browse files
Bump pg from 1.5.9 to 1.6.2
Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.9 to 1.6.2. - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](ged/ruby-pg@v1.5.9...v1.6.2) --- updated-dependencies: - dependency-name: pg dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3573d52 commit 6b1333a

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem "dotenv-rails"
99

1010
gem "propshaft"
1111
# Use postgresql as the database for Active Record
12-
gem "pg", "~> 1.5.9"
12+
gem "pg", "~> 1.6.2"
1313
# Use the Puma web server [https://github.com/puma/puma]
1414
gem "puma", ">= 5.0"
1515
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]

Gemfile.lock

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,12 @@ GEM
262262
parser (3.3.7.1)
263263
ast (~> 2.4.1)
264264
racc
265-
pg (1.5.9)
265+
pg (1.6.2)
266+
pg (1.6.2-aarch64-linux)
267+
pg (1.6.2-aarch64-linux-musl)
268+
pg (1.6.2-arm64-darwin)
269+
pg (1.6.2-x86_64-linux)
270+
pg (1.6.2-x86_64-linux-musl)
266271
pp (0.6.2)
267272
prettyprint
268273
prettyprint (0.2.0)
@@ -489,7 +494,7 @@ DEPENDENCIES
489494
kamal
490495
omniauth
491496
omniauth-google-oauth2
492-
pg (~> 1.5.9)
497+
pg (~> 1.6.2)
493498
propshaft
494499
puma (>= 5.0)
495500
rails (~> 8.0.2)

0 commit comments

Comments
 (0)