Skip to content

Commit

Permalink
build(deps): bump aws-sdk-cognitoidentityprovider from 1.91.0 to 1.93.0
Browse files Browse the repository at this point in the history
Bumps [aws-sdk-cognitoidentityprovider](https://github.com/aws/aws-sdk-ruby) from 1.91.0 to 1.93.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)

---
updated-dependencies:
- dependency-name: aws-sdk-cognitoidentityprovider
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 9, 2024
1 parent a5c23b1 commit 3ca9469
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'jbuilder', '~> 2.12'
# Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7'
# for cognito
gem 'aws-sdk-cognitoidentityprovider', '~> 1.91.0'
gem 'aws-sdk-cognitoidentityprovider', '~> 1.93.0'
# importing creds
gem 'aws-sdk-s3', '~> 1'
# Reduces boot times through caching; required in config/boot.rb
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ GEM
rails (>= 5.0)
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.927.0)
aws-sdk-cognitoidentityprovider (1.91.0)
aws-sdk-core (~> 3, >= 3.193.0)
aws-partitions (1.941.0)
aws-sdk-cognitoidentityprovider (1.93.0)
aws-sdk-core (~> 3, >= 3.197.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.195.0)
aws-sdk-core (3.197.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
Expand Down Expand Up @@ -384,7 +384,7 @@ PLATFORMS
DEPENDENCIES
activerecord-postgis-adapter (~> 9.0.2)
arask (~> 1.2.3)
aws-sdk-cognitoidentityprovider (~> 1.91.0)
aws-sdk-cognitoidentityprovider (~> 1.93.0)
aws-sdk-s3 (~> 1)
aws-sdk-ssm (~> 1.168.0)
bootsnap (~> 1.18.3)
Expand Down

0 comments on commit 3ca9469

Please sign in to comment.