Skip to content

Commit

Permalink
un-pin aws-sdk-iam gem
Browse files Browse the repository at this point in the history
  • Loading branch information
aramprice committed Oct 4, 2024
1 parent b7f3a60 commit cba93de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bosh_aws_cpi/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'aws-sdk-ec2'
gem 'aws-sdk-autoscaling'
gem 'aws-sdk-elasticloadbalancing'
gem 'aws-sdk-elasticloadbalancingv2'
gem 'aws-sdk-iam', '~>1.5'
gem 'aws-sdk-iam'

gem 'rexml'
gem 'bosh_common'
Expand Down
2 changes: 1 addition & 1 deletion src/bosh_aws_cpi/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ DEPENDENCIES
aws-sdk-ec2
aws-sdk-elasticloadbalancing
aws-sdk-elasticloadbalancingv2
aws-sdk-iam (~> 1.5)
aws-sdk-iam
bosh_common
bosh_cpi
pry-byebug
Expand Down

0 comments on commit cba93de

Please sign in to comment.