Skip to content

Commit 6c68b1e

Browse files
chore(deps): bump pg from 1.6.2 to 1.6.3 (#98)
Bumps [pg](https://github.com/ged/ruby-pg) from 1.6.2 to 1.6.3. - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](ged/ruby-pg@v1.6.2...v1.6.3) --- updated-dependencies: - dependency-name: pg dependency-version: 1.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82e1647 commit 6c68b1e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gem "rails", "~> 8.1.1"
55
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
66
gem "propshaft"
77
# Use postgresql as the database for Active Record
8-
gem "pg", "~> 1.1"
8+
gem "pg", "~> 1.6"
99
# Use the Puma web server [https://github.com/puma/puma]
1010
gem "puma", ">= 5.0"
1111
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@ GEM
213213
parser (3.3.10.0)
214214
ast (~> 2.4.1)
215215
racc
216-
pg (1.6.2)
217-
pg (1.6.2-aarch64-linux)
218-
pg (1.6.2-aarch64-linux-musl)
219-
pg (1.6.2-arm64-darwin)
220-
pg (1.6.2-x86_64-linux)
221-
pg (1.6.2-x86_64-linux-musl)
216+
pg (1.6.3)
217+
pg (1.6.3-aarch64-linux)
218+
pg (1.6.3-aarch64-linux-musl)
219+
pg (1.6.3-arm64-darwin)
220+
pg (1.6.3-x86_64-linux)
221+
pg (1.6.3-x86_64-linux-musl)
222222
pp (0.6.3)
223223
prettyprint
224224
prettyprint (0.2.0)
@@ -408,7 +408,7 @@ DEPENDENCIES
408408
jbuilder
409409
kamal
410410
mocha
411-
pg (~> 1.1)
411+
pg (~> 1.6)
412412
propshaft
413413
puma (>= 5.0)
414414
pundit (~> 2.4)

0 commit comments

Comments
 (0)