Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the aws group with 3 updates #997

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.112.0 to 1.113.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.177.0 to 1.178.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.186.0 to 1.187.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] <[email protected]>
dependabot[bot] authored Jan 19, 2025
commit ccb6f2504317fc08933226565bdda1c71d5baf80
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ gem 'jbuilder', '~> 2.13'
# Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7'
# for cognito
gem 'aws-sdk-cognitoidentityprovider', '~> 1.112.0'
gem 'aws-sdk-cognitoidentityprovider', '~> 1.113.0'
# importing creds
gem 'aws-sdk-s3', '~> 1'
# Reduces boot times through caching; required in config/boot.rb
@@ -48,7 +48,7 @@ gem 'csv', '~> 3.3.2'
gem 'canonical-rails', github: 'jumph4x/canonical-rails'

# For environment variables
gem 'aws-sdk-ssm', '~> 1.186.0'
gem 'aws-sdk-ssm', '~> 1.187.0'

# Add rate limiting on the API
gem 'rack-attack', '~> 6.7.0'
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -93,26 +93,26 @@ GEM
rails (>= 5.0)
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.1034.0)
aws-sdk-cognitoidentityprovider (1.112.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-partitions (1.1040.0)
aws-sdk-cognitoidentityprovider (1.113.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.214.1)
aws-sdk-core (3.216.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.96.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-kms (1.97.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.177.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-s3 (1.178.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sdk-ssm (1.186.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-ssm (1.187.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.10.1)
aws-sigv4 (1.11.0)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.2.0)
benchmark (0.4.0)
@@ -385,9 +385,9 @@ PLATFORMS
DEPENDENCIES
activerecord-postgis-adapter (~> 9.0.2)
arask (~> 1.2.3)
aws-sdk-cognitoidentityprovider (~> 1.112.0)
aws-sdk-cognitoidentityprovider (~> 1.113.0)
aws-sdk-s3 (~> 1)
aws-sdk-ssm (~> 1.186.0)
aws-sdk-ssm (~> 1.187.0)
bootsnap (~> 1.18.4)
brakeman (~> 7.0.0)
byebug (~> 11.1.3)