Skip to content

Commit d4f0e19

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 d5faf26 commit d4f0e19

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
@@ -6,7 +6,7 @@ ruby "3.3.6"
66
gem "rails", "~> 8.0.0"
77

88
# Use postgresql as the database for Active Record
9-
gem "pg", "~> 1.1"
9+
gem "pg", "~> 1.6"
1010

1111
# Use the Puma web server [https://github.com/puma/puma]
1212
gem "puma", ">= 5.0"

Gemfile.lock

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,17 @@ GEM
213213
racc (~> 1.4)
214214
nokogiri (1.18.8-arm64-darwin)
215215
racc (~> 1.4)
216+
nokogiri (1.18.8-x86_64-linux-gnu)
217+
racc (~> 1.4)
216218
orm_adapter (0.5.0)
217219
pagy (6.5.0)
218220
parallel (1.27.0)
219221
parser (3.3.8.0)
220222
ast (~> 2.4.1)
221223
racc
222-
pg (1.5.9)
224+
pg (1.6.2-aarch64-linux)
225+
pg (1.6.2-arm64-darwin)
226+
pg (1.6.2-x86_64-linux)
223227
pp (0.6.2)
224228
prettyprint
225229
prettyprint (0.2.0)
@@ -413,6 +417,7 @@ GEM
413417
PLATFORMS
414418
aarch64-linux-gnu
415419
arm64-darwin-24
420+
x86_64-linux
416421

417422
DEPENDENCIES
418423
active_model_serializers (~> 0.10.14)
@@ -436,7 +441,7 @@ DEPENDENCIES
436441
jwt
437442
lograge (~> 0.14)
438443
pagy (~> 6.2)
439-
pg (~> 1.1)
444+
pg (~> 1.6)
440445
propshaft
441446
puma (>= 5.0)
442447
pundit (~> 2.3)

0 commit comments

Comments
 (0)