Skip to content

Commit

Permalink
Merge pull request #11657 from 18F/stages/rc-2024-12-17
Browse files Browse the repository at this point in the history
Deploy RC 439 to Production
  • Loading branch information
zachmargolis authored Dec 17, 2024
2 parents 276fb50 + 31db4c5 commit f95f7ab
Show file tree
Hide file tree
Showing 584 changed files with 5,420 additions and 4,710 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables:
FF_SCRIPT_SECTIONS: 'true'
JUNIT_OUTPUT: 'true'
ECR_REGISTRY: '${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com'
IDP_CI_SHA: 'sha256:5c4953f8efba18b7a6d6a9a961cb77ba7143059cbb2176499432b4275fbe67db'
IDP_CI_SHA: 'sha256:37766e5b4aaeaad72dc8d18aa73236558ae5abd478073f5005783c44d6d6e87e'
PKI_IMAGE_TAG: 'main'
DASHBOARD_IMAGE_TAG: 'main'
APPLICATION_MANIFEST: dockerfiles/application.yaml
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Layout/DefEndAlignment:
Layout/DotPosition:
Description: Checks the position of the dot in multi-line method calls.
StyleGuide: https://github.com/bbatsov/ruby-style-guide#consistent-multi-line-chains
EnforcedStyle: trailing
EnforcedStyle: leading
SupportedStyles:
- leading
- trailing
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.4
3.3.6
2 changes: 1 addition & 1 deletion Brewfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
brew 'postgresql@14'
brew 'redis'
brew 'node@20'
brew 'node@22'
brew 'yarn'
brew '[email protected]'
brew 'jq'
Expand Down
Loading

0 comments on commit f95f7ab

Please sign in to comment.