Skip to content

Commit ca9f247

Browse files
Bump pg from 1.5.9 to 1.6.2
Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.9 to 1.6.2. - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](ged/ruby-pg@v1.5.9...v1.6.2) --- updated-dependencies: - dependency-name: pg dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8f73c48 commit ca9f247

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ group :test do
3636
end
3737

3838
group :production do
39-
gem "pg", "1.5.9"
39+
gem "pg", "1.6.2"
4040
end

Gemfile.lock

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,11 @@ GEM
211211
nenv (~> 0.1)
212212
shellany (~> 0.0)
213213
ostruct (0.6.3)
214-
pg (1.5.9)
214+
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)
215219
pp (0.6.2)
216220
prettyprint
217221
prettyprint (0.2.0)
@@ -355,7 +359,7 @@ DEPENDENCIES
355359
kamal (= 2.7.0)
356360
minitest (= 5.25.5)
357361
minitest-reporters (= 1.7.1)
358-
pg (= 1.5.9)
362+
pg (= 1.6.2)
359363
propshaft (= 1.2.1)
360364
puma (= 6.6.0)
361365
rails (= 8.0.2)

0 commit comments

Comments
 (0)