Skip to content

Commit 704f68a

Browse files
dependabot[bot]stephencdaly
authored andcommitted
Bump pg from 1.5.9 to 1.6.1
Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.9 to 1.6.1. - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](ged/ruby-pg@v1.5.9...v1.6.1) --- updated-dependencies: - dependency-name: pg dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8443670 commit 704f68a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ gem "bootsnap", require: false
4242
gem "activeresource"
4343

4444
# Use postgresql as the database for Active Record
45-
gem "pg", "~> 1.5"
45+
gem "pg", "~> 1.6"
4646

4747
# For GOV.UK branding
4848
gem "govuk-components"

Gemfile.lock

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,13 @@ GEM
305305
parser (3.3.8.0)
306306
ast (~> 2.4.1)
307307
racc
308-
pg (1.5.9)
308+
pg (1.6.1)
309+
pg (1.6.1-aarch64-linux)
310+
pg (1.6.1-aarch64-linux-musl)
311+
pg (1.6.1-arm64-darwin)
312+
pg (1.6.1-x86_64-darwin)
313+
pg (1.6.1-x86_64-linux)
314+
pg (1.6.1-x86_64-linux-musl)
309315
pp (0.6.2)
310316
prettyprint
311317
prettyprint (0.2.0)
@@ -541,7 +547,7 @@ DEPENDENCIES
541547
govuk_notify_rails
542548
i18n-tasks (~> 1.0.15)
543549
lograge
544-
pg (~> 1.5)
550+
pg (~> 1.6)
545551
puma (~> 6.6.1)
546552
rails (= 8.0.2.1)
547553
rails-controller-testing

0 commit comments

Comments
 (0)