diff --git a/action-scripts/Gemfile b/action-scripts/Gemfile index 3964db1..44b1739 100644 --- a/action-scripts/Gemfile +++ b/action-scripts/Gemfile @@ -7,7 +7,7 @@ gem 'dry-auto_inject', '~> 1.1' # Auto injection # External APIs & Services gem 'octokit', '~> 10.0' # GitHub API client -gem 'aws-sdk-core', '~> 3.225' # AWS SDK core +gem 'aws-sdk-core', '~> 3.241', '>= 3.241.4' # AWS SDK core gem 'aws-sdk-sts', '~> 1.12' # AWS STS for role assumption # Configuration & Data diff --git a/action-scripts/Gemfile.lock b/action-scripts/Gemfile.lock index 395d89e..3f1d6ef 100644 --- a/action-scripts/Gemfile.lock +++ b/action-scripts/Gemfile.lock @@ -196,7 +196,7 @@ PLATFORMS DEPENDENCIES activesupport (~> 8.1, >= 8.1.2) - aws-sdk-core (~> 3.225) + aws-sdk-core (~> 3.241, >= 3.241.4) aws-sdk-sts (~> 1.12) colorize (~> 1.1) dry-auto_inject (~> 1.1)