From e966a430f8bb523b81d613db5286f7a4ab7ee40a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 05:21:31 +0000 Subject: [PATCH] Bump pg from 1.2.3 to 1.3.0 Bumps [pg](https://github.com/ged/ruby-pg) from 1.2.3 to 1.3.0. - [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.2.3...v1.3.0) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index af8c678..2e5232d 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "rails", "~> 7.0.0" gem "sprockets-rails", ">= 3.4.1" # Use postgresql as the database for Active Record -gem "pg", "~> 1.1" +gem "pg", "~> 1.3" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 5.0" diff --git a/Gemfile.lock b/Gemfile.lock index 00dda49..4bd1115 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -150,7 +150,7 @@ GEM parallel (1.21.0) parser (3.1.0.0) ast (~> 2.4.1) - pg (1.2.3) + pg (1.3.0) public_suffix (4.0.6) puma (5.5.2) nio4r (~> 2.0) @@ -287,7 +287,7 @@ DEPENDENCIES net-imap net-pop net-smtp - pg (~> 1.1) + pg (~> 1.3) puma (~> 5.0) rack-mini-profiler rails (~> 7.0.0)