From dc59c486224ff22e9495d437f75b2d70ea9d9638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Apr 2025 03:37:18 +0000 Subject: [PATCH] build(deps): bump the aws group across 1 directory with 2 updates Bumps the aws group with 2 updates in the / directory: [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) and [aws-sdk-ssm](https://github.com/aws/aws-sdk-ruby). Updates `aws-sdk-s3` from 1.182.0 to 1.183.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.191.0 to 1.192.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-s3 dependency-version: 1.183.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-sdk-ssm dependency-version: 1.192.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index a2b6ed2e..6a47ea65 100644 --- a/Gemfile +++ b/Gemfile @@ -48,7 +48,7 @@ gem 'csv', '~> 3.3.2' gem 'canonical-rails', github: 'jumph4x/canonical-rails' # For environment variables -gem 'aws-sdk-ssm', '~> 1.191.0' +gem 'aws-sdk-ssm', '~> 1.192.0' # Add rate limiting on the API gem 'rack-attack', '~> 6.7.0' diff --git a/Gemfile.lock b/Gemfile.lock index a8890d59..1d8d80ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -93,24 +93,25 @@ GEM rails (>= 5.0) ast (2.4.3) aws-eventstream (1.3.2) - aws-partitions (1.1072.0) + aws-partitions (1.1082.0) aws-sdk-cognitoidentityprovider (1.118.0) aws-sdk-core (~> 3, >= 3.216.0) aws-sigv4 (~> 1.5) - aws-sdk-core (3.220.2) + aws-sdk-core (3.222.1) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) base64 jmespath (~> 1, >= 1.6.1) + logger aws-sdk-kms (1.99.0) aws-sdk-core (~> 3, >= 3.216.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.182.0) + aws-sdk-s3 (1.183.0) aws-sdk-core (~> 3, >= 3.216.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) - aws-sdk-ssm (1.191.0) + aws-sdk-ssm (1.192.0) aws-sdk-core (~> 3, >= 3.216.0) aws-sigv4 (~> 1.5) aws-sigv4 (1.11.0) @@ -189,7 +190,7 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.6) + logger (1.7.0) loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -402,7 +403,7 @@ DEPENDENCIES arask (~> 1.2.3) aws-sdk-cognitoidentityprovider (~> 1.118.0) aws-sdk-s3 (~> 1) - aws-sdk-ssm (~> 1.191.0) + aws-sdk-ssm (~> 1.192.0) bootsnap (~> 1.18.4) brakeman (~> 7.0.0) byebug (~> 11.1.3)