diff --git a/Gemfile b/Gemfile index 87b034850..e97878681 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ gem 'devise', '~> 4.9.4' gem 'auto-session-timeout', '~> 1.2' # for cognito -gem 'aws-sdk-cognitoidentityprovider', '~> 1.113.0' +gem 'aws-sdk-cognitoidentityprovider', '~> 1.114.0' # for pagination gem 'kaminari', '~> 1.2.2' diff --git a/Gemfile.lock b/Gemfile.lock index ff961ba5e..98cfb7c52 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,11 +110,11 @@ GEM auto-session-timeout (1.2) actionpack (>= 3.2, < 7.3) aws-eventstream (1.3.0) - aws-partitions (1.1040.0) - aws-sdk-cognitoidentityprovider (1.113.0) + aws-partitions (1.1042.0) + aws-sdk-cognitoidentityprovider (1.114.0) aws-sdk-core (~> 3, >= 3.216.0) aws-sigv4 (~> 1.5) - aws-sdk-core (3.216.0) + aws-sdk-core (3.217.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) @@ -693,7 +693,7 @@ DEPENDENCIES activerecord-postgis-adapter (>= 6.0.3) asset_sync (>= 2.19.1) auto-session-timeout (~> 1.2) - aws-sdk-cognitoidentityprovider (~> 1.113.0) + aws-sdk-cognitoidentityprovider (~> 1.114.0) aws-sdk-s3 (~> 1) axe-core-capybara (>= 4.2.1) axe-core-cucumber (>= 4.2.1)