From 69463629cc46311511f334bcf44bc1fcbe2c3d2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 14:17:15 +0000 Subject: [PATCH] build(deps): 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:production 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 24c4fd58..2415f64e 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem 'arask', '~> 1.2.3' # for postgresql gem 'activerecord-postgis-adapter', '~> 8.0.2' -gem 'pg', '~> 1.5.3' +gem 'pg', '~> 1.5.4' # remove if not option two taken in project gem 'jwt', '~> 2.7.1' gem 'rest-client', '~> 2.1' diff --git a/Gemfile.lock b/Gemfile.lock index a5023fca..a2a7b735 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -201,7 +201,7 @@ GEM parser (3.2.2.3) ast (~> 2.4.1) racc - pg (1.5.3) + pg (1.5.4) puma (6.4.0) nio4r (~> 2.0) raabro (1.4.0) @@ -380,7 +380,7 @@ DEPENDENCIES jbuilder (~> 2.11, >= 2.11.5) jwt (~> 2.7.1) listen (~> 3.8) - pg (~> 1.5.3) + pg (~> 1.5.4) puma (~> 6.4) rack-attack (~> 6.7.0) rails (~> 7.0.8)