Skip to content

Commit acfa425

Browse files
Bump pg from 1.5.8 to 1.5.9 (#110)
1 parent 83a0e51 commit acfa425

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
@@ -7,7 +7,7 @@ gem "rails", "~> 7.2.1"
77
gem "sprockets-rails"
88

99
# Use postgresql as the database for Active Record
10-
gem "pg", "~> 1.1"
10+
gem "pg", "~> 1.5"
1111

1212
# Use the Puma web server [https://github.com/puma/puma]
1313
gem "puma", ">= 5.0"

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ GEM
169169
parser (3.3.5.0)
170170
ast (~> 2.4.1)
171171
racc
172-
pg (1.5.8)
172+
pg (1.5.9)
173173
psych (5.1.2)
174174
stringio
175175
public_suffix (6.0.1)
@@ -322,7 +322,7 @@ DEPENDENCIES
322322
importmap-rails
323323
jbuilder
324324
lookbook
325-
pg (~> 1.1)
325+
pg (~> 1.5)
326326
puma (>= 5.0)
327327
rails (~> 7.2.1)
328328
redis (>= 4.0.1)

0 commit comments

Comments
 (0)