From aab3c351e24c14d0a380dcbbe9e5a06377ac9f95 Mon Sep 17 00:00:00 2001 From: voidlily Date: Wed, 12 Jun 2024 09:03:07 -0700 Subject: [PATCH] add aws-sdk-core to gemfile (#469) as suggested in https://github.com/18F/identity-idp/pull/10802 --- Gemfile | 3 +++ Gemfile.lock | 1 + 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index c72d88572..e230e95b2 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 4741f5ee5..16b28c36c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)