From 884a728072a2d629976587515743e52f7518c1d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 21:27:16 +0000 Subject: [PATCH] Bump pg from 1.3.0 to 1.3.4 Bumps [pg](https://github.com/ged/ruby-pg) from 1.3.0 to 1.3.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.3.0...v1.3.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 77b49e9..d661861 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'nokogiri', '>= 1.11.4' gem 'octokit', '~> 4.20' gem 'ogp' gem 'pagy', '~> 3.5' -gem 'pg', '~> 1.1' +gem 'pg', '~> 1.3' gem 'postmark-rails' gem 'prawn' gem 'puma', '>= 5.3.1' diff --git a/Gemfile.lock b/Gemfile.lock index 74aa6ec..96136f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -259,7 +259,7 @@ GEM orm_adapter (0.5.0) pagy (3.11.0) pdf-core (0.9.0) - pg (1.3.0) + pg (1.3.4) postmark (1.22.0) json postmark-rails (0.22.0) @@ -513,7 +513,7 @@ DEPENDENCIES octokit (~> 4.20) ogp pagy (~> 3.5) - pg (~> 1.1) + pg (~> 1.3) postmark-rails prawn pry-byebug