diff --git a/Gemfile b/Gemfile index 6c4b22b..d8e9ece 100644 --- a/Gemfile +++ b/Gemfile @@ -16,4 +16,4 @@ gem 'jekyll', '~> 4.0' group :jekyll_plugins do gem 'jekyll-algolia', '~> 1.0' end -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index 9cd2a61..f23f88e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,13 +8,20 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.3.1) - concurrent-ruby (~> 1.0, >= 1.0.2) + activesupport (7.2.3.1) + base64 + benchmark (>= 0.3) + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) - minitest (>= 5.1) - tzinfo (~> 2.0) - addressable (2.8.1) - public_suffix (>= 2.0.2, < 6.0) + logger (>= 1.4.2) + minitest (>= 5.1, < 6) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) algolia_html_extractor (2.6.4) json (~> 2.0) nokogiri (~> 1.10) @@ -22,8 +29,13 @@ GEM httpclient (~> 2.8, >= 2.8.3) json (>= 1.5.1) ast (2.4.2) + base64 (0.3.0) + benchmark (0.5.0) + bigdecimal (4.1.2) colorator (1.1.0) - concurrent-ruby (1.1.10) + concurrent-ruby (1.3.8) + connection_pool (3.0.2) + drb (2.2.3) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) @@ -33,7 +45,7 @@ GEM forwardable-extended (2.6.0) http_parser.rb (0.8.0) httpclient (2.8.3) - i18n (1.12.0) + i18n (1.15.2) concurrent-ruby (~> 1.0) jekyll (4.2.2) addressable (~> 2.4) @@ -85,9 +97,12 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.7.0) mercenary (0.4.0) - minitest (5.16.3) - nokogiri (1.13.8-arm64-darwin) + minitest (5.27.0) + nokogiri (1.19.4-arm64-darwin) + racc (~> 1.4) + nokogiri (1.19.4-x86_64-linux-gnu) racc (~> 1.4) nuggets (1.6.1) parallel (1.22.1) @@ -96,15 +111,15 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) progressbar (1.11.0) - public_suffix (5.0.0) - racc (1.6.0) - rack (2.2.4) + public_suffix (7.0.5) + racc (1.8.1) + rack (2.2.23) rainbow (3.1.1) rb-fsevent (0.11.1) rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (2.5.0) - rexml (3.2.5) + rexml (3.4.2) rouge (3.30.0) rubocop (1.35.1) json (~> 2.3) @@ -133,16 +148,18 @@ GEM safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9) + securerandom (0.4.1) terminal-table (2.0.0) unicode-display_width (~> 1.1, >= 1.1.1) - tzinfo (2.0.5) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) verbal_expressions (0.1.5) - webrick (1.7.0) + webrick (1.8.2) PLATFORMS arm64-darwin-21 + x86_64-linux DEPENDENCIES jekyll (~> 4.0) @@ -157,7 +174,7 @@ DEPENDENCIES jekyll-theme-tactile! kramdown-parser-gfm rubocop-github (~> 0.16) - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.3.18