From a910eaf43681980c6958f223241372f744afab36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 00:30:11 +0000 Subject: [PATCH] Bump pg from 1.5.4 to 1.5.6 Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.4 to 1.5.6. - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.5.4...v1.5.6) --- updated-dependencies: - dependency-name: pg dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b60b7ab4..7a327788 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'mini_racer', group: :therubyracer # Use --without argument to skip unnecessary drivers gem 'sqlite3', group: :sqlite gem 'mysql2', '~> 0.5.6', group: :mysql -gem 'pg', '~> 1.5.4', group: :postgresql +gem 'pg', '~> 1.5.6', group: :postgresql group :development do gem 'spring', '~> 4' diff --git a/Gemfile.lock b/Gemfile.lock index 5c607026..1c49cf76 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -200,7 +200,7 @@ GEM parser (3.2.2.4) ast (~> 2.4.1) racc - pg (1.5.4) + pg (1.5.6) puma (6.4.2) nio4r (~> 2.0) racc (1.8.0) @@ -377,7 +377,7 @@ DEPENDENCIES minitest-stub-const mocha mysql2 (~> 0.5.6) - pg (~> 1.5.4) + pg (~> 1.5.6) puma (~> 6.4) rack-mini-profiler rails (~> 6.1)