From d8d664eba317e102b7f423911ac2cbdfde8021dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Mar 2025 11:06:17 +0000 Subject: [PATCH] build(deps): bump the aws group across 1 directory with 3 updates Bumps the aws group with 3 updates in the / directory: [aws-sdk-cognitoidentityprovider](https://github.com/aws/aws-sdk-ruby), [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) and [aws-sdk-ssm](https://github.com/aws/aws-sdk-ruby). Updates `aws-sdk-cognitoidentityprovider` from 1.115.0 to 1.117.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.181.0 to 1.182.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) Updates `aws-sdk-ssm` from 1.189.0 to 1.191.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-ssm/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) --- updated-dependencies: - dependency-name: aws-sdk-cognitoidentityprovider dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-sdk-s3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-sdk-ssm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 4a8b843..6408216 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'jbuilder', '~> 2.13' # Use Active Model has_secure_password # gem 'bcrypt', '~> 3.1.7' # for cognito -gem 'aws-sdk-cognitoidentityprovider', '~> 1.115.0' +gem 'aws-sdk-cognitoidentityprovider', '~> 1.117.0' # importing creds gem 'aws-sdk-s3', '~> 1' # Reduces boot times through caching; required in config/boot.rb @@ -48,7 +48,7 @@ gem 'csv', '~> 3.3.2' gem 'canonical-rails', github: 'jumph4x/canonical-rails' # For environment variables -gem 'aws-sdk-ssm', '~> 1.189.0' +gem 'aws-sdk-ssm', '~> 1.191.0' # Add rate limiting on the API gem 'rack-attack', '~> 6.7.0' diff --git a/Gemfile.lock b/Gemfile.lock index c15f0ac..17158d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,25 +92,25 @@ GEM fugit (~> 1.1) rails (>= 5.0) ast (2.4.2) - aws-eventstream (1.3.1) - aws-partitions (1.1050.0) - aws-sdk-cognitoidentityprovider (1.115.0) + aws-eventstream (1.3.2) + aws-partitions (1.1063.0) + aws-sdk-cognitoidentityprovider (1.117.0) aws-sdk-core (~> 3, >= 3.216.0) aws-sigv4 (~> 1.5) - aws-sdk-core (3.218.1) + aws-sdk-core (3.220.1) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) base64 jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.98.0) + aws-sdk-kms (1.99.0) aws-sdk-core (~> 3, >= 3.216.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.181.0) + aws-sdk-s3 (1.182.0) aws-sdk-core (~> 3, >= 3.216.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) - aws-sdk-ssm (1.189.0) + aws-sdk-ssm (1.191.0) aws-sdk-core (~> 3, >= 3.216.0) aws-sigv4 (~> 1.5) aws-sigv4 (1.11.0) @@ -395,9 +395,9 @@ PLATFORMS DEPENDENCIES activerecord-postgis-adapter (~> 9.0.2) arask (~> 1.2.3) - aws-sdk-cognitoidentityprovider (~> 1.115.0) + aws-sdk-cognitoidentityprovider (~> 1.117.0) aws-sdk-s3 (~> 1) - aws-sdk-ssm (~> 1.189.0) + aws-sdk-ssm (~> 1.191.0) bootsnap (~> 1.18.4) brakeman (~> 7.0.0) byebug (~> 11.1.3)