Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #222 from 18F/dc/finish-search-updates
Browse files Browse the repository at this point in the history
finish search updates and update deps/versions
  • Loading branch information
davemcorwin authored Nov 16, 2021
2 parents 4fd7e09 + c028206 commit f543121
Show file tree
Hide file tree
Showing 12 changed files with 94 additions and 306 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build and test Jekyll USWDS

on: [push, pull_request]
on: [push]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.6
2.7.4
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.6.6
FROM ruby:2.7.4

RUN apt-get update && \
apt-get install --reinstall -y locales && \
Expand All @@ -16,6 +16,7 @@ WORKDIR /app
COPY Gemfile /app
COPY Gemfile.lock /app

RUN gem install bundler:1.17.2
RUN bundle install

EXPOSE 4000
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruby '>= 2.6.6'
ruby '>= 2.7.4'

source "https://rubygems.org"

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ DEPENDENCIES
tzinfo-data

RUBY VERSION
ruby 2.6.6p146
ruby 2.7.4p191

BUNDLED WITH
1.17.2
3 changes: 2 additions & 1 deletion _posts/2019-01-13-an-extra.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
title: An extra post for good measure
description: This post is an example of an extra post for good measure
layout: post
date: January 13, 2019
author: Author
excerpt: This is an excerpt
excerpt: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec dapibus interdum pellentesque. Integer eu vehicula elit. Sed cursus magna in dui suscipit rhoncus.
---

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec dapibus interdum pellentesque. Integer eu vehicula elit. Sed cursus magna in dui suscipit rhoncus.
Expand Down
3 changes: 2 additions & 1 deletion _posts/2019-01-14-hello-world.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
title: A very long blog header that has a lot of detail but is still relevant
description: This post has a long header
layout: post
date: January 14, 2019
author: Abraham Lincoln
excerpt: This is an excerpt
excerpt: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec dapibus interdum pellentesque. Integer eu vehicula elit. Sed cursus magna in dui suscipit rhoncus.
image: hire-us.jpg
image_alt_text: Hire Us
---
Expand Down
1 change: 1 addition & 0 deletions _posts/2019-01-15-second-post.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Second page
description: The second page as it says
layout: post
date: January 15, 2019
author: George Washington
Expand Down
1 change: 1 addition & 0 deletions _posts/2019-01-16-third-post.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Third page
description: No confusion here, this is the third page
layout: post
date: January 16, 2019
author: Benjamin Franklin
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
node:
image: node:12
image: node:14
working_dir: /app
volumes:
- .:/app:delegated
Expand Down
Loading

0 comments on commit f543121

Please sign in to comment.