Skip to content

Commit 1d472a6

Browse files
Bump pg from 1.5.9 to 1.6.3 (#20)
Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.9 to 1.6.3. - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](ged/ruby-pg@v1.5.9...v1.6.3) --- 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5877e25 commit 1d472a6

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem "dotenv-rails"
1010
gem "propshaft"
1111
gem "dartsass-rails"
1212
# Use postgresql as the database for Active Record
13-
gem "pg", "~> 1.5.9"
13+
gem "pg", "~> 1.6.3"
1414
# Use the Puma web server [https://github.com/puma/puma]
1515
gem "puma", ">= 5.0"
1616
# 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
@@ -310,7 +310,12 @@ GEM
310310
parser (3.3.7.1)
311311
ast (~> 2.4.1)
312312
racc
313-
pg (1.5.9)
313+
pg (1.6.3)
314+
pg (1.6.3-aarch64-linux)
315+
pg (1.6.3-aarch64-linux-musl)
316+
pg (1.6.3-arm64-darwin)
317+
pg (1.6.3-x86_64-linux)
318+
pg (1.6.3-x86_64-linux-musl)
314319
popper_js (2.11.8)
315320
pp (0.6.2)
316321
prettyprint
@@ -581,7 +586,7 @@ DEPENDENCIES
581586
kamal
582587
omniauth
583588
omniauth-google-oauth2
584-
pg (~> 1.5.9)
589+
pg (~> 1.6.3)
585590
propshaft
586591
puma (>= 5.0)
587592
rails (~> 8.0.2)

0 commit comments

Comments
 (0)