Skip to content

Commit

Permalink
Merge pull request #470 from 18F/stages/rc-2024-06-18
Browse files Browse the repository at this point in the history
Deploy RC 75 to Prod
  • Loading branch information
solipet authored Jun 18, 2024
2 parents 28b99f0 + aab3c35 commit 242a99d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 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
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,21 +90,21 @@ GEM
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
aws-eventstream (1.2.0)
aws-partitions (1.543.0)
aws-sdk-core (3.125.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-eventstream (1.3.0)
aws-partitions (1.943.0)
aws-sdk-core (3.197.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.53.0)
aws-sdk-core (~> 3, >= 3.125.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.110.0)
aws-sdk-core (~> 3, >= 3.125.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
aws-sigv4 (1.4.0)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
axe-matchers (1.3.4)
dumb_delegator (~> 0.8)
Expand Down Expand Up @@ -180,7 +180,7 @@ GEM
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
iniparse (1.5.0)
jmespath (1.6.1)
jmespath (1.6.2)
json (2.6.3)
lazy_priority_queue (0.1.1)
listen (3.8.0)
Expand Down 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 242a99d

Please sign in to comment.