Skip to content

Commit e5bdb19

Browse files
build(deps): bump the aws group with 3 updates
Bumps the aws group with 3 updates: [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.129.0 to 1.130.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.200.0 to 1.201.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.204.0 to 1.205.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-version: 1.130.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-sdk-s3 dependency-version: 1.201.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-sdk-ssm dependency-version: 1.205.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f7bcaa commit e5bdb19

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ gem 'jbuilder', '~> 2.14'
2828
# Use Active Model has_secure_password
2929
# gem 'bcrypt', '~> 3.1.7'
3030
# for cognito
31-
gem 'aws-sdk-cognitoidentityprovider', '~> 1.129.0'
31+
gem 'aws-sdk-cognitoidentityprovider', '~> 1.130.0'
3232
# importing creds
3333
gem 'aws-sdk-s3', '~> 1'
3434
# Reduces boot times through caching; required in config/boot.rb
@@ -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.204.0'
55+
gem 'aws-sdk-ssm', '~> 1.205.0'
5656

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

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -84,27 +84,27 @@ GEM
8484
uri (>= 0.13.1)
8585
ast (2.4.3)
8686
aws-eventstream (1.4.0)
87-
aws-partitions (1.1174.0)
88-
aws-sdk-cognitoidentityprovider (1.129.0)
89-
aws-sdk-core (~> 3, >= 3.231.0)
87+
aws-partitions (1.1177.0)
88+
aws-sdk-cognitoidentityprovider (1.130.0)
89+
aws-sdk-core (~> 3, >= 3.234.0)
9090
aws-sigv4 (~> 1.5)
91-
aws-sdk-core (3.233.0)
91+
aws-sdk-core (3.235.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.114.0)
100-
aws-sdk-core (~> 3, >= 3.231.0)
99+
aws-sdk-kms (1.115.0)
100+
aws-sdk-core (~> 3, >= 3.234.0)
101101
aws-sigv4 (~> 1.5)
102-
aws-sdk-s3 (1.200.0)
103-
aws-sdk-core (~> 3, >= 3.231.0)
102+
aws-sdk-s3 (1.201.0)
103+
aws-sdk-core (~> 3, >= 3.234.0)
104104
aws-sdk-kms (~> 1)
105105
aws-sigv4 (~> 1.5)
106-
aws-sdk-ssm (1.204.0)
107-
aws-sdk-core (~> 3, >= 3.231.0)
106+
aws-sdk-ssm (1.205.0)
107+
aws-sdk-core (~> 3, >= 3.234.0)
108108
aws-sigv4 (~> 1.5)
109109
aws-sigv4 (1.12.1)
110110
aws-eventstream (~> 1, >= 1.0.2)
@@ -427,9 +427,9 @@ PLATFORMS
427427

428428
DEPENDENCIES
429429
activerecord-postgis-adapter (~> 11.0.0)
430-
aws-sdk-cognitoidentityprovider (~> 1.129.0)
430+
aws-sdk-cognitoidentityprovider (~> 1.130.0)
431431
aws-sdk-s3 (~> 1)
432-
aws-sdk-ssm (~> 1.204.0)
432+
aws-sdk-ssm (~> 1.205.0)
433433
bootsnap (~> 1.18.6)
434434
brakeman (~> 7.1.0)
435435
byebug (~> 12.0.0)

0 commit comments

Comments
 (0)