From 17009907474e5940dd1ee6c8366dcc84efa3b8d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 03:01:28 +0000 Subject: [PATCH] build(deps): bump the aws group with 2 updates Bumps the aws group with 2 updates: [aws-sdk-cognitoidentityprovider](https://github.com/aws/aws-sdk-ruby) and [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby). Updates `aws-sdk-cognitoidentityprovider` from 1.130.0 to 1.131.0 - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-cognitoidentityprovider/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) Updates `aws-sdk-s3` from 1.201.0 to 1.202.0 - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) --- updated-dependencies: - dependency-name: aws-sdk-cognitoidentityprovider dependency-version: 1.131.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-sdk-s3 dependency-version: 1.202.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 1423864b..b79a740c 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'jbuilder', '~> 2.14' # Use Active Model has_secure_password # gem 'bcrypt', '~> 3.1.7' # for cognito -gem 'aws-sdk-cognitoidentityprovider', '~> 1.130.0' +gem 'aws-sdk-cognitoidentityprovider', '~> 1.131.0' # importing creds gem 'aws-sdk-s3', '~> 1' # Reduces boot times through caching; required in config/boot.rb diff --git a/Gemfile.lock b/Gemfile.lock index aa60f07c..bb2fe789 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,11 +84,11 @@ GEM uri (>= 0.13.1) ast (2.4.3) aws-eventstream (1.4.0) - aws-partitions (1.1177.0) - aws-sdk-cognitoidentityprovider (1.130.0) + aws-partitions (1.1179.0) + aws-sdk-cognitoidentityprovider (1.131.0) aws-sdk-core (~> 3, >= 3.234.0) aws-sigv4 (~> 1.5) - aws-sdk-core (3.235.0) + aws-sdk-core (3.236.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) @@ -96,10 +96,10 @@ GEM bigdecimal jmespath (~> 1, >= 1.6.1) logger - aws-sdk-kms (1.115.0) + aws-sdk-kms (1.116.0) aws-sdk-core (~> 3, >= 3.234.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.201.0) + aws-sdk-s3 (1.202.0) aws-sdk-core (~> 3, >= 3.234.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) @@ -427,7 +427,7 @@ PLATFORMS DEPENDENCIES activerecord-postgis-adapter (~> 11.0.0) - aws-sdk-cognitoidentityprovider (~> 1.130.0) + aws-sdk-cognitoidentityprovider (~> 1.131.0) aws-sdk-s3 (~> 1) aws-sdk-ssm (~> 1.205.0) bootsnap (~> 1.18.6)