From e9c84ba39af494d041a8f375f80f0559a671b607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 21:20:21 +0000 Subject: [PATCH] Bump pg from 1.3.0 to 1.4.2 Bumps [pg](https://github.com/ged/ruby-pg) from 1.3.0 to 1.4.2. - [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.4.2) --- 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 77b49e9..9e1f015 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.4' gem 'postmark-rails' gem 'prawn' gem 'puma', '>= 5.3.1' diff --git a/Gemfile.lock b/Gemfile.lock index 74aa6ec..69487d7 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.4.2) 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.4) postmark-rails prawn pry-byebug