From 6b0a9d6c0983be2e7a40e23cd15b861562e15a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 09:08:14 +0000 Subject: [PATCH] chore(deps): Bump pg from 1.4.1 to 1.4.6 Bumps [pg](https://github.com/ged/ruby-pg) from 1.4.1 to 1.4.6. - [Release notes](https://github.com/ged/ruby-pg/releases) - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.4.1...v1.4.6) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 311eea5..9195b49 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rack-attack', '~> 6.6.1' gem 'rack-cors', '~> 1.1.1' # Database -gem 'pg', '~> 1.4.1' +gem 'pg', '~> 1.4.6' gem 'strong_migrations', '~> 1.2.0' # Environment variables diff --git a/Gemfile.lock b/Gemfile.lock index fd6d938..3187cc6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,7 +193,7 @@ GEM parallel (1.22.1) parser (3.1.2.0) ast (~> 2.4.1) - pg (1.4.1) + pg (1.4.6) public_suffix (4.0.6) puma (5.6.4) nio4r (~> 2.0) @@ -375,7 +375,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.8) nilify_blanks (~> 1.4) pagy (~> 5.10) - pg (~> 1.4.1) + pg (~> 1.4.6) puma (~> 5.6) rack (~> 2.2.3) rack-attack (~> 6.6.1)