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

Commit ab58743

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 f2e593a commit ab58743

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
@@ -6,7 +6,7 @@ gem "rails", "~> 7.1.2"
66

77
gem "sprockets-rails"
88

9-
gem 'pg', '~> 1.5', '>= 1.5.4'
9+
gem 'pg', '~> 1.5'
1010

1111
gem 'jwt'
1212

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ GEM
144144
racc (~> 1.4)
145145
nokogiri (1.16.7-x86_64-linux)
146146
racc (~> 1.4)
147-
pg (1.5.4)
147+
pg (1.5.9)
148148
psych (5.2.0)
149149
stringio
150150
puma (6.4.3)
@@ -232,7 +232,7 @@ DEPENDENCIES
232232
debug
233233
importmap-rails
234234
jwt
235-
pg (~> 1.5, >= 1.5.4)
235+
pg (~> 1.5)
236236
puma (>= 5.0)
237237
rails (~> 7.1.2)
238238
sprockets-rails

0 commit comments

Comments
 (0)