Skip to content

Commit cf5c01d

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

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
44
gem "rails", "~> 8.0.1"
55
# Use postgresql as the database for Active Record
6-
gem "pg", "~> 1.1"
6+
gem "pg", "~> 1.6"
77
# Use the Puma web server [https://github.com/puma/puma]
88
gem "puma", ">= 5.0"
99
# Build JSON APIs with ease [https://github.com/rails/jbuilder]

Gemfile.lock

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,13 @@ GEM
228228
parser (3.3.8.0)
229229
ast (~> 2.4.1)
230230
racc
231-
pg (1.5.9)
231+
pg (1.6.1)
232+
pg (1.6.1-aarch64-linux)
233+
pg (1.6.1-aarch64-linux-musl)
234+
pg (1.6.1-arm64-darwin)
235+
pg (1.6.1-x86_64-darwin)
236+
pg (1.6.1-x86_64-linux)
237+
pg (1.6.1-x86_64-linux-musl)
232238
playwright-ruby-client (1.54.0)
233239
concurrent-ruby (>= 1.1.6)
234240
mime-types (>= 3.0)
@@ -418,7 +424,7 @@ DEPENDENCIES
418424
omniauth (~> 2.1)
419425
omniauth-github (~> 2.0)
420426
omniauth-rails_csrf_protection (~> 1.0)
421-
pg (~> 1.1)
427+
pg (~> 1.6)
422428
playwright-ruby-client (~> 1.40)
423429
puma (>= 5.0)
424430
rack-cors

0 commit comments

Comments
 (0)