From cef00bbcbed6eb8072b9e2e767595ec3047c91a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 18:40:29 +0000 Subject: [PATCH] Bump pg from 1.4.6 to 1.5.8 Bumps [pg](https://github.com/ged/ruby-pg) from 1.4.6 to 1.5.8. - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.4.6...v1.5.8) --- 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 765b4d7de..4fdf050a6 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem 'omniauth-facebook', '~> 5.0' gem 'omniauth-google-oauth2' gem 'p3p', '~> 2.0' gem 'panoptes-client' -gem 'pg', '~> 1.4' +gem 'pg', '~> 1.5' gem 'pg_search' gem 'puma', '~> 6.4.3' gem 'pundit', '~> 2.4.0' diff --git a/Gemfile.lock b/Gemfile.lock index 4afb63679..632592ace 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -334,7 +334,7 @@ GEM parallel (1.22.1) parser (3.1.2.0) ast (~> 2.4.1) - pg (1.4.6) + pg (1.5.8) pg_search (2.3.6) activerecord (>= 5.2) activesupport (>= 5.2) @@ -562,7 +562,7 @@ DEPENDENCIES omniauth-google-oauth2 p3p (~> 2.0) panoptes-client - pg (~> 1.4) + pg (~> 1.5) pg_search pry puma (~> 6.4.3)