From 282510a7e78671312180d918a91585f2a201955e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 00:21:34 +0000 Subject: [PATCH] Bump pg from 1.5.3 to 1.5.4 Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.3 to 1.5.4. - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.5.3...v1.5.4) --- 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 a3b7e63e..2fc6a1a6 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'therubyracer', group: :therubyracer # Use --without argument to skip unnecessary drivers gem 'sqlite3', group: :sqlite gem 'mysql2', '~> 0.5.5', group: :mysql -gem 'pg', '~> 1.5.3', group: :postgresql +gem 'pg', '~> 1.5.4', group: :postgresql group :development do gem 'spring', '~> 4' diff --git a/Gemfile.lock b/Gemfile.lock index 7864b2a8..9367b57b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -194,7 +194,7 @@ GEM parser (3.2.2.4) ast (~> 2.4.1) racc - pg (1.5.3) + pg (1.5.4) puma (6.3.1) nio4r (~> 2.0) racc (1.7.1) @@ -374,7 +374,7 @@ DEPENDENCIES minitest-stub-const mocha mysql2 (~> 0.5.5) - pg (~> 1.5.3) + pg (~> 1.5.4) puma (~> 6.3) rack-mini-profiler rails (~> 6.0.0)