Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'jekyll', '~> 4.2.2'
gem 'jekyll-sitemap', '>= 1.4.0'

# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem 'uswds-jekyll', '~> 5.3', '>= 5.3.0'
gem 'uswds-jekyll', '~> 5.5'

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
autoprefixer-rails (9.8.6.5)
execjs
colorator (1.1.0)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand All @@ -15,7 +15,7 @@ GEM
ffi (1.15.5)
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (4.2.2)
addressable (~> 2.4)
Expand Down Expand Up @@ -46,17 +46,17 @@ GEM
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
libv8-node (15.14.0.1)
liquid (4.0.3)
listen (3.7.1)
libv8-node (18.16.0.0)
liquid (4.0.4)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
mini_racer (0.4.0)
libv8-node (~> 15.14.0.0)
mini_racer (0.8.0)
libv8-node (~> 18.16.0.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.0)
public_suffix (5.0.3)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand All @@ -68,7 +68,7 @@ GEM
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.8.0)
uswds-jekyll (5.4.0)
uswds-jekyll (5.5.0)
jekyll (>= 4.0, < 5)
jekyll-autoprefixer
mini_racer
Expand All @@ -81,7 +81,7 @@ DEPENDENCIES
jekyll-feed (~> 0.17)
jekyll-sitemap (>= 1.4.0)
tzinfo-data
uswds-jekyll (~> 5.3, >= 5.3.0)
uswds-jekyll (~> 5.5)

BUNDLED WITH
2.1.4