From bc88588cc4b3181ddba4892160b1d5f10e16a6ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 20:37:25 +0000 Subject: [PATCH] Bump aws-partitions in /group-by/bundler-with-patterns Bumps the filtered-per-dependency/aws-partitions group in /group-by/bundler-with-patterns with 1 update: [aws-partitions](https://github.com/aws/aws-sdk-ruby). Updates `aws-partitions` from 1.995.0 to 1.1242.0 - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-partitions/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) --- updated-dependencies: - dependency-name: aws-partitions dependency-version: 1.1242.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler ... Signed-off-by: dependabot[bot] --- group-by/bundler-with-patterns/Gemfile | 2 +- group-by/bundler-with-patterns/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/group-by/bundler-with-patterns/Gemfile b/group-by/bundler-with-patterns/Gemfile index d31831a..9c01d5b 100644 --- a/group-by/bundler-with-patterns/Gemfile +++ b/group-by/bundler-with-patterns/Gemfile @@ -15,4 +15,4 @@ gem 'rails', '7.0.6' # Using older but compatible versions (slightly newer than app-a) gem 'aws-sdk-core', '3.210.0' gem 'aws-sdk-s3', '1.170.0' -gem 'aws-partitions', '1.995.0' +gem 'aws-partitions', '1.1242.0' diff --git a/group-by/bundler-with-patterns/Gemfile.lock b/group-by/bundler-with-patterns/Gemfile.lock index 708bdbe..b15498a 100644 --- a/group-by/bundler-with-patterns/Gemfile.lock +++ b/group-by/bundler-with-patterns/Gemfile.lock @@ -67,7 +67,7 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) aws-eventstream (1.4.0) - aws-partitions (1.995.0) + aws-partitions (1.1242.0) aws-sdk-core (3.210.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) @@ -189,7 +189,7 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - aws-partitions (= 1.995.0) + aws-partitions (= 1.1242.0) aws-sdk-core (= 3.210.0) aws-sdk-s3 (= 1.170.0) rails (= 7.0.6)