We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f73c48 commit ca9f247Copy full SHA for ca9f247
Gemfile
@@ -36,5 +36,5 @@ group :test do
36
end
37
38
group :production do
39
- gem "pg", "1.5.9"
+ gem "pg", "1.6.2"
40
Gemfile.lock
@@ -211,7 +211,11 @@ GEM
211
nenv (~> 0.1)
212
shellany (~> 0.0)
213
ostruct (0.6.3)
214
- pg (1.5.9)
+ pg (1.6.2)
215
+ pg (1.6.2-aarch64-linux)
216
+ pg (1.6.2-aarch64-linux-musl)
217
+ pg (1.6.2-x86_64-linux)
218
+ pg (1.6.2-x86_64-linux-musl)
219
pp (0.6.2)
220
prettyprint
221
prettyprint (0.2.0)
@@ -355,7 +359,7 @@ DEPENDENCIES
355
359
kamal (= 2.7.0)
356
360
minitest (= 5.25.5)
357
361
minitest-reporters (= 1.7.1)
358
- pg (= 1.5.9)
362
+ pg (= 1.6.2)
363
propshaft (= 1.2.1)
364
puma (= 6.6.0)
365
rails (= 8.0.2)
0 commit comments