From bc27f666206b54f3ef8bf9b6360ac6fdfa81c298 Mon Sep 17 00:00:00 2001 From: Nick Lyons Date: Wed, 14 Jun 2023 13:28:37 -0400 Subject: [PATCH 1/2] Updated accessibility statement to be in sync with uswds 3.5.0 --- _includes/components/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/components/footer.html b/_includes/components/footer.html index 10018230..abf20452 100644 --- a/_includes/components/footer.html +++ b/_includes/components/footer.html @@ -68,8 +68,8 @@

Contact us

From b6a8a5bbc30ea6fe3573cd3085679f10b60d73d6 Mon Sep 17 00:00:00 2001 From: Nick Lyons Date: Mon, 12 Feb 2024 15:59:48 -0500 Subject: [PATCH 2/2] Updated circleci ruby image --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7c706a87..1e42e561 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: circleci/ruby:2.7.1-node-browsers + - image: cimg/ruby:3.1.4-browsers steps: - checkout - run: