From 0f18ec24a16c9855d1df3a92f05a13c7ed31b687 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 15:57:34 +0000 Subject: [PATCH] Bump pg-aws_rds_iam from 0.7.0 to 0.8.0 in /app Bumps [pg-aws_rds_iam](https://github.com/haines/pg-aws_rds_iam) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/haines/pg-aws_rds_iam/releases) - [Changelog](https://github.com/haines/pg-aws_rds_iam/blob/main/CHANGELOG.md) - [Commits](https://github.com/haines/pg-aws_rds_iam/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: pg-aws_rds_iam dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/Gemfile | 2 +- app/Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/Gemfile b/app/Gemfile index eebfee4d4..4da056920 100644 --- a/app/Gemfile +++ b/app/Gemfile @@ -130,7 +130,7 @@ end group :production do # Add plugin for pg gem to support AWS RDS IAM - gem "pg-aws_rds_iam", "~> 0.7.0" + gem "pg-aws_rds_iam", "~> 0.8.0" end gem "devise", "~> 5.0" diff --git a/app/Gemfile.lock b/app/Gemfile.lock index c90e042a8..f4e3a1e7c 100644 --- a/app/Gemfile.lock +++ b/app/Gemfile.lock @@ -89,7 +89,7 @@ GEM aws-sdk-ses (~> 1, >= 1.50.0) aws-sdk-sesv2 (~> 1, >= 1.34.0) aws-eventstream (1.4.0) - aws-partitions (1.1229.0) + aws-partitions (1.1232.0) aws-sdk-core (3.244.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) @@ -104,8 +104,8 @@ GEM aws-sdk-rails (5.1.0) aws-sdk-core (~> 3) railties (>= 7.1.0) - aws-sdk-rds (1.301.0) - aws-sdk-core (~> 3, >= 3.239.1) + aws-sdk-rds (1.310.0) + aws-sdk-core (~> 3, >= 3.244.0) aws-sigv4 (~> 1.5) aws-sdk-s3 (1.217.0) aws-sdk-core (~> 3, >= 3.244.0) @@ -360,9 +360,9 @@ GEM pg (1.6.3-arm64-darwin) pg (1.6.3-x86_64-darwin) pg (1.6.3-x86_64-linux) - pg-aws_rds_iam (0.7.0) + pg-aws_rds_iam (0.8.0) aws-sdk-rds (~> 1.0) - pg (~> 1.1) + pg (~> 1.3) pp (0.6.3) prettyprint premailer (1.23.0) @@ -662,7 +662,7 @@ DEPENDENCIES newrelic_rpm pdf-reader (~> 2.15.1) pg (~> 1.6) - pg-aws_rds_iam (~> 0.7.0) + pg-aws_rds_iam (~> 0.8.0) premailer-rails pry (~> 0.16.0) pry-doc (~> 1.7)