Skip to content

Commit e03b185

Browse files
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] <support@github.com>
1 parent b765a84 commit e03b185

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gem 'jbuilder', '~> 2.13'
2424
# Use Active Model has_secure_password
2525
# gem 'bcrypt', '~> 3.1.7'
2626
# for cognito
27-
gem 'aws-sdk-cognitoidentityprovider', '~> 1.114.0'
27+
gem 'aws-sdk-cognitoidentityprovider', '~> 1.115.0'
2828
# importing creds
2929
gem 'aws-sdk-s3', '~> 1'
3030
# Reduces boot times through caching; required in config/boot.rb
@@ -48,7 +48,7 @@ gem 'csv', '~> 3.3.2'
4848
gem 'canonical-rails', github: 'jumph4x/canonical-rails'
4949

5050
# For environment variables
51-
gem 'aws-sdk-ssm', '~> 1.188.0'
51+
gem 'aws-sdk-ssm', '~> 1.189.0'
5252

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

Gemfile.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,23 +93,24 @@ GEM
9393
rails (>= 5.0)
9494
ast (2.4.2)
9595
aws-eventstream (1.3.0)
96-
aws-partitions (1.1042.0)
97-
aws-sdk-cognitoidentityprovider (1.114.0)
96+
aws-partitions (1.1048.0)
97+
aws-sdk-cognitoidentityprovider (1.115.0)
9898
aws-sdk-core (~> 3, >= 3.216.0)
9999
aws-sigv4 (~> 1.5)
100-
aws-sdk-core (3.217.0)
100+
aws-sdk-core (3.218.1)
101101
aws-eventstream (~> 1, >= 1.3.0)
102102
aws-partitions (~> 1, >= 1.992.0)
103103
aws-sigv4 (~> 1.9)
104+
base64
104105
jmespath (~> 1, >= 1.6.1)
105-
aws-sdk-kms (1.97.0)
106+
aws-sdk-kms (1.98.0)
106107
aws-sdk-core (~> 3, >= 3.216.0)
107108
aws-sigv4 (~> 1.5)
108-
aws-sdk-s3 (1.178.0)
109+
aws-sdk-s3 (1.180.0)
109110
aws-sdk-core (~> 3, >= 3.216.0)
110111
aws-sdk-kms (~> 1)
111112
aws-sigv4 (~> 1.5)
112-
aws-sdk-ssm (1.188.0)
113+
aws-sdk-ssm (1.189.0)
113114
aws-sdk-core (~> 3, >= 3.216.0)
114115
aws-sigv4 (~> 1.5)
115116
aws-sigv4 (1.11.0)
@@ -385,9 +386,9 @@ PLATFORMS
385386
DEPENDENCIES
386387
activerecord-postgis-adapter (~> 9.0.2)
387388
arask (~> 1.2.3)
388-
aws-sdk-cognitoidentityprovider (~> 1.114.0)
389+
aws-sdk-cognitoidentityprovider (~> 1.115.0)
389390
aws-sdk-s3 (~> 1)
390-
aws-sdk-ssm (~> 1.188.0)
391+
aws-sdk-ssm (~> 1.189.0)
391392
bootsnap (~> 1.18.4)
392393
brakeman (~> 7.0.0)
393394
byebug (~> 11.1.3)

0 commit comments

Comments
 (0)