Skip to content

Commit ef30ad1

Browse files
build(deps): bump the aws group with 2 updates
Bumps the aws group with 2 updates: [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.199.0 to 1.199.1 - [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.202.0 to 1.203.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.199.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - dependency-name: aws-sdk-ssm dependency-version: 1.203.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18dbcd5 commit ef30ad1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ gem 'csv', '~> 3.3.5'
5252
gem 'canonical-rails', github: 'jumph4x/canonical-rails'
5353

5454
# For environment variables
55-
gem 'aws-sdk-ssm', '~> 1.202.0'
55+
gem 'aws-sdk-ssm', '~> 1.203.0'
5656

5757
# Add rate limiting on the API
5858
gem 'rack-attack', '~> 6.7.0'

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,26 +84,26 @@ GEM
8484
uri (>= 0.13.1)
8585
ast (2.4.3)
8686
aws-eventstream (1.4.0)
87-
aws-partitions (1.1159.0)
87+
aws-partitions (1.1166.0)
8888
aws-sdk-cognitoidentityprovider (1.129.0)
8989
aws-sdk-core (~> 3, >= 3.231.0)
9090
aws-sigv4 (~> 1.5)
91-
aws-sdk-core (3.232.0)
91+
aws-sdk-core (3.233.0)
9292
aws-eventstream (~> 1, >= 1.3.0)
9393
aws-partitions (~> 1, >= 1.992.0)
9494
aws-sigv4 (~> 1.9)
9595
base64
9696
bigdecimal
9797
jmespath (~> 1, >= 1.6.1)
9898
logger
99-
aws-sdk-kms (1.112.0)
99+
aws-sdk-kms (1.113.0)
100100
aws-sdk-core (~> 3, >= 3.231.0)
101101
aws-sigv4 (~> 1.5)
102-
aws-sdk-s3 (1.199.0)
102+
aws-sdk-s3 (1.199.1)
103103
aws-sdk-core (~> 3, >= 3.231.0)
104104
aws-sdk-kms (~> 1)
105105
aws-sigv4 (~> 1.5)
106-
aws-sdk-ssm (1.202.0)
106+
aws-sdk-ssm (1.203.0)
107107
aws-sdk-core (~> 3, >= 3.231.0)
108108
aws-sigv4 (~> 1.5)
109109
aws-sigv4 (1.12.1)
@@ -423,7 +423,7 @@ DEPENDENCIES
423423
activerecord-postgis-adapter (~> 11.0.0)
424424
aws-sdk-cognitoidentityprovider (~> 1.129.0)
425425
aws-sdk-s3 (~> 1)
426-
aws-sdk-ssm (~> 1.202.0)
426+
aws-sdk-ssm (~> 1.203.0)
427427
bootsnap (~> 1.18.6)
428428
brakeman (~> 7.1.0)
429429
byebug (~> 12.0.0)

0 commit comments

Comments
 (0)