diff --git a/Gemfile b/Gemfile index a19d8e6..547b384 100644 --- a/Gemfile +++ b/Gemfile @@ -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`. diff --git a/Gemfile.lock b/Gemfile.lock index dca686a..c54f12f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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 @@ -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