From 925d30ff1e98f3cf09be5372bff24b987abdd6c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 03:43:51 +0000 Subject: [PATCH] build(deps): bump aws-sdk-ssm from 1.158.0 to 1.159.0 Bumps [aws-sdk-ssm](https://github.com/aws/aws-sdk-ruby) from 1.158.0 to 1.159.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-ssm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 03f52924..64b8512b 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ gem 'roo', '~> 2.10.0' gem 'canonical-rails', github: 'jumph4x/canonical-rails' # For environment variables -gem 'aws-sdk-ssm', '~> 1.158.0' +gem 'aws-sdk-ssm', '~> 1.159.0' # Add rate limiting on the API gem 'rack-attack', '~> 6.7.0' diff --git a/Gemfile.lock b/Gemfile.lock index 99134f71..b0dac7da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,11 +84,11 @@ GEM rails (>= 5.0) ast (2.4.2) aws-eventstream (1.2.0) - aws-partitions (1.830.0) + aws-partitions (1.839.0) aws-sdk-cognitoidentityprovider (1.82.0) aws-sdk-core (~> 3, >= 3.184.0) aws-sigv4 (~> 1.1) - aws-sdk-core (3.184.0) + aws-sdk-core (3.185.1) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.5) @@ -100,7 +100,7 @@ GEM aws-sdk-core (~> 3, >= 3.181.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.6) - aws-sdk-ssm (1.158.0) + aws-sdk-ssm (1.159.0) aws-sdk-core (~> 3, >= 3.184.0) aws-sigv4 (~> 1.1) aws-sigv4 (1.6.0) @@ -370,7 +370,7 @@ DEPENDENCIES arask (~> 1.2.3) aws-sdk-cognitoidentityprovider (~> 1.82.0) aws-sdk-s3 (~> 1) - aws-sdk-ssm (~> 1.158.0) + aws-sdk-ssm (~> 1.159.0) bootsnap (~> 1.16.0, >= 1.16.0) brakeman (~> 6.0.1) byebug (~> 11.1.3)