Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 892e7f7

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem "rails", "~> 7.1.2"
1616

1717
gem "sprockets-rails"
1818

19-
gem "pg", "~> 1.3.0"
19+
gem "pg", "~> 1.5.9"
2020

2121
# Check the latest supported [https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html#platforms-supported.ruby]
2222
gem "puma", ">= 5.0"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ GEM
182182
racc (~> 1.4)
183183
nokogiri (1.16.7-x86_64-linux)
184184
racc (~> 1.4)
185-
pg (1.3.5)
185+
pg (1.5.9)
186186
psych (5.2.0)
187187
stringio
188188
puma (6.4.3)
@@ -276,7 +276,7 @@ DEPENDENCIES
276276
importmap-rails
277277
jwt
278278
kaminari
279-
pg (~> 1.3.0)
279+
pg (~> 1.5.9)
280280
puma (>= 5.0)
281281
rack-cors
282282
rails (~> 7.1.2)

0 commit comments

Comments
 (0)