From fba2bcd6b1ce0e3ed6d4e33d604b664954f87619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 11:15:42 +0100 Subject: [PATCH] Bump pg from 1.5.5 to 1.5.6 (#546) * Bump pg from 1.5.5 to 1.5.6 Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.5 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.5...v1.5.6) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update gemset.nix --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- Gemfile.lock | 2 +- gemset.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9b903584..6a799fa3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,7 +176,7 @@ GEM parser (3.3.0.4) ast (~> 2.4.1) racc - pg (1.5.5) + pg (1.5.6) psych (5.1.2) stringio puma (6.4.2) diff --git a/gemset.nix b/gemset.nix index 3fa17358..52ffd02a 100644 --- a/gemset.nix +++ b/gemset.nix @@ -672,10 +672,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0s4vskbydg5k0z86v2g5drf03lslkr4b1l421vz29531jlrsljvy"; + sha256 = "071b55bhsz7mivlnp2kv0a11msnl7xg5awvk8mlflpl270javhsb"; type = "gem"; }; - version = "1.5.5"; + version = "1.5.6"; }; psych = { dependencies = ["stringio"];