From 69cba060449d411351ed76c7f46abe9893031f6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 22:34:28 +0000 Subject: [PATCH] Bump pg from 1.2.3 to 1.4.3 Bumps [pg](https://github.com/ged/ruby-pg) from 1.2.3 to 1.4.3. - [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.4.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 04e2a5c35..a749fc649 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ gem "omniauth-google-oauth2", "~> 1.0.0" gem "omniauth-rails_csrf_protection", "~> 1.0.0" gem "omniauth-twitter", "~> 1.4.0" gem "paranoia", "~> 2.4.3" -gem "pg", "~> 1.2.3" +gem "pg", "~> 1.4.3" gem "pg_search", "~> 2.3.5" gem "puma", "~> 4.3.12" gem "recipient_interceptor", "~> 0.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index e100d42e6..182f39532 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -444,7 +444,7 @@ GEM activerecord (>= 4.0, < 6.2) parser (3.1.2.0) ast (~> 2.4.1) - pg (1.2.3) + pg (1.4.3) pg_search (2.3.5) activerecord (>= 5.2) activesupport (>= 5.2) @@ -762,7 +762,7 @@ DEPENDENCIES omniauth-rails_csrf_protection (~> 1.0.0) omniauth-twitter (~> 1.4.0) paranoia (~> 2.4.3) - pg (~> 1.2.3) + pg (~> 1.4.3) pg_search (~> 2.3.5) pronto (~> 0.11.0) pronto-erb_lint (~> 0.1.5)