Skip to content

Commit 01cd91f

Browse files
Bump pg from 1.5.7 to 1.5.9
Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.7 to 1.5.9. - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](ged/ruby-pg@v1.5.7...v1.5.9) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d511514 commit 01cd91f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gem "rails", "~> 7.2.1"
55
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
66
gem "sprockets-rails"
77
# Use postgresql as the database for Active Record
8-
gem "pg", "~> 1.1"
8+
gem "pg", "~> 1.5"
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ GEM
173173
parser (3.3.4.2)
174174
ast (~> 2.4.1)
175175
racc
176-
pg (1.5.7)
176+
pg (1.5.9)
177177
psych (5.1.2)
178178
stringio
179179
public_suffix (6.0.1)
@@ -338,7 +338,7 @@ DEPENDENCIES
338338
error_highlight (>= 0.4.0)
339339
importmap-rails
340340
jbuilder
341-
pg (~> 1.1)
341+
pg (~> 1.5)
342342
puma (>= 5.0)
343343
rails (~> 7.2.1)
344344
redis (>= 4.0.1)

0 commit comments

Comments
 (0)