We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a0e51 commit acfa425Copy full SHA for acfa425
Gemfile
@@ -7,7 +7,7 @@ gem "rails", "~> 7.2.1"
7
gem "sprockets-rails"
8
9
# Use postgresql as the database for Active Record
10
-gem "pg", "~> 1.1"
+gem "pg", "~> 1.5"
11
12
# Use the Puma web server [https://github.com/puma/puma]
13
gem "puma", ">= 5.0"
Gemfile.lock
@@ -169,7 +169,7 @@ GEM
169
parser (3.3.5.0)
170
ast (~> 2.4.1)
171
racc
172
- pg (1.5.8)
+ pg (1.5.9)
173
psych (5.1.2)
174
stringio
175
public_suffix (6.0.1)
@@ -322,7 +322,7 @@ DEPENDENCIES
322
importmap-rails
323
jbuilder
324
lookbook
325
- pg (~> 1.1)
+ pg (~> 1.5)
326
puma (>= 5.0)
327
rails (~> 7.2.1)
328
redis (>= 4.0.1)
0 commit comments