From 4b2e87d44008d76ec7f38cb2ce608176a4c62f53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 08:11:09 +0000 Subject: [PATCH] chore(deps): Bump pg from 1.4.1 to 1.4.4 Bumps [pg](https://github.com/ged/ruby-pg) from 1.4.1 to 1.4.4. - [Release notes](https://github.com/ged/ruby-pg/releases) - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.rdoc) - [Commits](https://github.com/ged/ruby-pg/compare/v1.4.1...v1.4.4) --- 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 7e7f3bc..8f865cd 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'graphql', '~> 2.0.11' gem 'graphql-batch', '~> 0.5.1' # Database -gem 'pg', '~> 1.4.1' +gem 'pg', '~> 1.4.4' gem 'redis', '~> 4.6.0' gem 'strong_migrations', '~> 1.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 6a13e08..59e6fa2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -132,7 +132,7 @@ GEM parallel (1.22.1) parser (3.1.2.0) ast (~> 2.4.1) - pg (1.4.1) + pg (1.4.4) promise.rb (0.7.4) public_suffix (4.0.7) puma (5.6.4) @@ -278,7 +278,7 @@ DEPENDENCIES jwt (~> 2.4.1) letter_opener (~> 1.8.1) listen (>= 3.0.5, < 3.8) - pg (~> 1.4.1) + pg (~> 1.4.4) puma (~> 5.6) rack-cors (~> 1.1.1) rails (~> 6.1.5)