Skip to content

Commit

Permalink
build(deps): bump aws-sdk-cognitoidentityprovider from 1.85.0 to 1.87.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.85.0 to 1.87.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 Feb 25, 2024
1 parent 4bb3692 commit 65313c9
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.11', '>= 2.11.5'
# Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7'
# for cognito
gem 'aws-sdk-cognitoidentityprovider', '~> 1.85.0'
gem 'aws-sdk-cognitoidentityprovider', '~> 1.87.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.883.0)
aws-sdk-cognitoidentityprovider (1.85.0)
aws-sdk-core (~> 3, >= 3.188.0)
aws-partitions (1.894.0)
aws-sdk-cognitoidentityprovider (1.87.0)
aws-sdk-core (~> 3, >= 3.191.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.191.0)
aws-sdk-core (3.191.3)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
Expand Down Expand Up @@ -391,7 +391,7 @@ PLATFORMS
DEPENDENCIES
activerecord-postgis-adapter (~> 9.0.1)
arask (~> 1.2.3)
aws-sdk-cognitoidentityprovider (~> 1.85.0)
aws-sdk-cognitoidentityprovider (~> 1.87.0)
aws-sdk-s3 (~> 1)
aws-sdk-ssm (~> 1.162.0)
bootsnap (~> 1.17.1)
Expand Down

0 comments on commit 65313c9

Please sign in to comment.