From eca8057abd354fb58fb1189c8fd9a107dc554f16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 11:04:28 +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.114.0 to 1.115.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.178.0 to 1.180.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.188.0 to 1.189.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 | 17 +++++++++-------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index a78ecdb..81822ea 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.114.0' +gem 'aws-sdk-cognitoidentityprovider', '~> 1.115.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.188.0' +gem 'aws-sdk-ssm', '~> 1.189.0' # Add rate limiting on the API gem 'rack-attack', '~> 6.7.0' diff --git a/Gemfile.lock b/Gemfile.lock index d954c91..c9b291a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -93,23 +93,24 @@ GEM rails (>= 5.0) ast (2.4.2) aws-eventstream (1.3.0) - aws-partitions (1.1042.0) - aws-sdk-cognitoidentityprovider (1.114.0) + aws-partitions (1.1048.0) + aws-sdk-cognitoidentityprovider (1.115.0) aws-sdk-core (~> 3, >= 3.216.0) aws-sigv4 (~> 1.5) - aws-sdk-core (3.217.0) + aws-sdk-core (3.218.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.97.0) + aws-sdk-kms (1.98.0) aws-sdk-core (~> 3, >= 3.216.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.178.0) + aws-sdk-s3 (1.180.0) aws-sdk-core (~> 3, >= 3.216.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) - aws-sdk-ssm (1.188.0) + aws-sdk-ssm (1.189.0) aws-sdk-core (~> 3, >= 3.216.0) aws-sigv4 (~> 1.5) aws-sigv4 (1.11.0) @@ -385,9 +386,9 @@ PLATFORMS DEPENDENCIES activerecord-postgis-adapter (~> 9.0.2) arask (~> 1.2.3) - aws-sdk-cognitoidentityprovider (~> 1.114.0) + aws-sdk-cognitoidentityprovider (~> 1.115.0) aws-sdk-s3 (~> 1) - aws-sdk-ssm (~> 1.188.0) + aws-sdk-ssm (~> 1.189.0) bootsnap (~> 1.18.4) brakeman (~> 7.0.0) byebug (~> 11.1.3)