Skip to content

Commit

Permalink
add aws-sdk-core to gemfile (#469)
Browse files Browse the repository at this point in the history
as suggested in 18F/identity-idp#10802
  • Loading branch information
voidlily authored Jun 12, 2024
1 parent 7658dba commit aab3c35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ ruby '~> 3.2'
gem 'rails', '~> 7.0.8.3'

gem 'activerecord-import', '>= 1.0.2'
# pod identity requires 3.188.0
# https://docs.aws.amazon.com/eks/latest/userguide/pod-id-minimum-sdk.html
gem 'aws-sdk-core', '>= 3.188.0'
gem 'aws-sdk-s3'
gem 'bloomfilter-rb'
gem 'identity-hostdata', github: '18F/identity-hostdata', tag: 'v4.0.0'
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ PLATFORMS

DEPENDENCIES
activerecord-import (>= 1.0.2)
aws-sdk-core (>= 3.188.0)
aws-sdk-s3
axe-matchers (~> 1.3.4)
better_errors (>= 2.5.1)
Expand Down

0 comments on commit aab3c35

Please sign in to comment.