diff --git a/Gemfile b/Gemfile index c877d47..afbcc85 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ source 'https://rubygems.org' # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem 'jekyll', '~> 4.2.2' +gem 'jekyll', '~> 4.3.0' gem 'jekyll-sitemap', '>= 1.4.0' # This is the default theme for new Jekyll sites. You may change this to anything you like. diff --git a/Gemfile.lock b/Gemfile.lock index f8fd3ff..a5911fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) autoprefixer-rails (9.8.6.5) execjs colorator (1.1.0) @@ -17,21 +17,22 @@ GEM http_parser.rb (0.8.0) i18n (1.12.0) concurrent-ruby (~> 1.0) - jekyll (4.2.2) + jekyll (4.3.0) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) i18n (~> 1.0) - jekyll-sass-converter (~> 2.0) + jekyll-sass-converter (>= 2.0, < 4.0) jekyll-watch (~> 2.0) - kramdown (~> 2.3) + kramdown (~> 2.3, >= 2.3.1) kramdown-parser-gfm (~> 1.0) liquid (~> 4.0) - mercenary (~> 0.4.0) + mercenary (>= 0.3.6, < 0.5) pathutil (~> 0.9) - rouge (~> 3.0) + rouge (>= 3.0, < 5.0) safe_yaml (~> 1.0) - terminal-table (~> 2.0) + terminal-table (>= 1.8, < 4.0) + webrick (~> 1.7) jekyll-autoprefixer (1.0.2) autoprefixer-rails (~> 9.3) jekyll-feed (0.16.0) @@ -56,32 +57,33 @@ GEM libv8-node (~> 15.14.0.0) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (4.0.7) - rb-fsevent (0.11.1) + public_suffix (5.0.0) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.5) - rouge (3.29.0) + rouge (4.0.0) safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9) - terminal-table (2.0.0) - unicode-display_width (~> 1.1, >= 1.1.1) - unicode-display_width (1.8.0) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) + unicode-display_width (2.3.0) uswds-jekyll (5.4.0) jekyll (>= 4.0, < 5) jekyll-autoprefixer mini_racer + webrick (1.7.0) PLATFORMS ruby DEPENDENCIES - jekyll (~> 4.2.2) + jekyll (~> 4.3.0) jekyll-feed (~> 0.16) jekyll-sitemap (>= 1.4.0) tzinfo-data - uswds-jekyll (~> 5.4) + uswds-jekyll (~> 5.3, >= 5.3.0) BUNDLED WITH 2.1.4