From df10ea089a831da013508a45c62cabdad71bdfc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 19:11:59 +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 42044d5a..99d803a8 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "coderay" gem "redcarpet" gem "uglifier" -gem "pg", "~> 1.2", group: :production +gem "pg", "~> 1.3", group: :production gem "rollbar" gem "puma" diff --git a/Gemfile.lock b/Gemfile.lock index 9f6c4991..bf8c638e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,7 +120,7 @@ GEM parallel (1.21.0) parser (3.1.0.0) ast (~> 2.4.1) - pg (1.2.3) + pg (1.3.0) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) @@ -252,7 +252,7 @@ DEPENDENCIES faker jquery-rails listen - pg (~> 1.2) + pg (~> 1.3) pry-rails puma rack-timeout