From 4c95ea8a0ca0b501deee943bf6f86c67cddc5ef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 10:33:05 +0000 Subject: [PATCH] Bump pg from 0.21.0 to 1.5.6 Bumps [pg](https://github.com/ged/ruby-pg) from 0.21.0 to 1.5.6. - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](https://github.com/ged/ruby-pg/compare/v0.21.0...v1.5.6) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 546c3124..3b7794f0 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'rails', "~> 5.2" gem 'rack-cors', "~> 1.0" -gem 'pg', "~> 0.20" +gem 'pg', "~> 1.5" gem 'responders', "~> 3.0" gem 'gelf' gem 'logstasher' diff --git a/Gemfile.lock b/Gemfile.lock index 87370171..68d5b351 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -133,7 +133,7 @@ GEM faraday faraday-panoptes (~> 0.3.0) jwt (~> 1.5.0) - pg (0.21.0) + pg (1.5.6) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) @@ -249,7 +249,7 @@ DEPENDENCIES logstasher newrelic_rpm panoptes-client (~> 0.3) - pg (~> 0.20) + pg (~> 1.5) pry-byebug (~> 3.6) pry-rails (~> 0.3) puma (~> 6.4)