From d5468511abd896fc6b702efc5aac3f2eef825b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 22:05:03 +0000 Subject: [PATCH] Bump pg from 1.4.6 to 1.5.3 Bumps [pg](https://github.com/ged/ruby-pg) from 1.4.6 to 1.5.3. - [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.6...v1.5.3) --- 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 5235267..09de0bb 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby "3.2.1" gem "rails", "~> 7.0.4", ">= 7.0.4.3" gem "sprockets-rails" -gem "pg", "~> 1.1" +gem "pg", "~> 1.5" gem "puma", "~> 5.0" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] diff --git a/Gemfile.lock b/Gemfile.lock index 493a4e4..e91023d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -192,7 +192,7 @@ GEM oauth2 (>= 1.4, < 3) omniauth (~> 2.0) os (1.1.4) - pg (1.4.6) + pg (1.5.3) public_suffix (5.0.1) puma (5.6.5) nio4r (~> 2.0) @@ -332,7 +332,7 @@ DEPENDENCIES jbuilder omniauth omniauth-google-oauth2 - pg (~> 1.1) + pg (~> 1.5) puma (~> 5.0) rack-cors rails (~> 7.0.4, >= 7.0.4.3)