Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion action-scripts/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion action-scripts/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading