Skip to content

Commit 3773c26

Browse files
Bump pg from 1.5.9 to 1.6.0
Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.9 to 1.6.0. - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](ged/ruby-pg@v1.5.9...v1.6.0) --- updated-dependencies: - dependency-name: pg dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e416dc4 commit 3773c26

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem "rails", "8.0.2"
99
gem "activeresource", "~> 6.1"
1010

1111
# Use postgresql as the database for Active Record
12-
gem "pg", "~> 1.5"
12+
gem "pg", "~> 1.6"
1313

1414
# Use the Puma web server [https://github.com/puma/puma]
1515
gem "puma", "~> 6.6.0"

Gemfile.lock

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,11 @@ GEM
348348
parser (3.3.9.0)
349349
ast (~> 2.4.1)
350350
racc
351-
pg (1.5.9)
351+
pg (1.6.0)
352+
pg (1.6.0-aarch64-linux)
353+
pg (1.6.0-arm64-darwin)
354+
pg (1.6.0-x86_64-darwin)
355+
pg (1.6.0-x86_64-linux)
352356
plek (5.2.1)
353357
pp (0.6.2)
354358
prettyprint
@@ -601,7 +605,7 @@ DEPENDENCIES
601605
omniauth-auth0
602606
omniauth-rails_csrf_protection
603607
paper_trail
604-
pg (~> 1.5)
608+
pg (~> 1.6)
605609
puma (~> 6.6.0)
606610
pundit
607611
pundit-matchers

0 commit comments

Comments
 (0)