From ca39546024b25dd33f6687caf05c642e3618ed63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 05:24:39 +0000 Subject: [PATCH] Bump pg from 1.3.5 to 1.4.1 Bumps [pg](https://github.com/ged/ruby-pg) from 1.3.5 to 1.4.1. - [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.3.5...v1.4.1) --- 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 6e4f9a3..30ee712 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "rails", "~> 7.0.3" gem "sprockets-rails" # Use postgresql as the database for Active Record -gem "pg", "~> 1.3" +gem "pg", "~> 1.4" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 5.6" diff --git a/Gemfile.lock b/Gemfile.lock index 991f13e..8cbec52 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -148,7 +148,7 @@ GEM parallel (1.22.1) parser (3.1.2.0) ast (~> 2.4.1) - pg (1.3.5) + pg (1.4.1) public_suffix (4.0.7) puma (5.6.4) nio4r (~> 2.0) @@ -285,7 +285,7 @@ DEPENDENCIES image_processing (~> 1.12) importmap-rails jbuilder - pg (~> 1.3) + pg (~> 1.4) puma (~> 5.6) rack-mini-profiler rails (~> 7.0.3)