diff --git a/Gemfile b/Gemfile index 8d2866e..240b914 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,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.2' gem 'jekyll-theme-hydeout', '~> 4.2' # This is the default theme for new Jekyll sites. You may change this to anything you like. gem 'minima', '~> 2.5' diff --git a/Gemfile.lock b/Gemfile.lock index ec6906b..4708e38 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,31 +31,35 @@ GEM faraday-rack (1.0.0) ffi (1.15.5) forwardable-extended (2.6.0) + google-protobuf (3.22.2-arm64-darwin) + google-protobuf (3.22.2-x86_64-darwin) + google-protobuf (3.22.2-x86_64-linux) http_parser.rb (0.8.0) i18n (1.12.0) concurrent-ruby (~> 1.0) - jekyll (4.2.2) + jekyll (4.3.2) 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-feed (0.17.0) jekyll (>= 3.7, < 5.0) jekyll-gist (1.5.0) octokit (~> 4.2) jekyll-paginate (1.1.0) - jekyll-sass-converter (2.2.0) - sassc (> 2.0.1, < 3.0) + jekyll-sass-converter (3.0.0) + sass-embedded (~> 1.54) jekyll-seo-tag (2.7.1) jekyll (>= 3.8, < 5.0) jekyll-theme-hydeout (4.2.0) @@ -95,7 +99,7 @@ GEM ffi (~> 1.0) regexp_parser (2.7.0) rexml (3.2.5) - rouge (3.30.0) + rouge (4.1.0) rubocop (1.42.0) json (~> 2.3) parallel (~> 1.10) @@ -111,14 +115,18 @@ GEM ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) safe_yaml (1.0.5) - sassc (2.4.0) - ffi (~> 1.9) + sass-embedded (1.59.3-arm64-darwin) + google-protobuf (~> 3.21) + sass-embedded (1.59.3-x86_64-darwin) + google-protobuf (~> 3.21) + sass-embedded (1.59.3-x86_64-linux-gnu) + google-protobuf (~> 3.21) sawyer (0.8.2) addressable (>= 2.3.5) faraday (> 0.8, < 2.0) - 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.4.2) webrick (1.7.0) PLATFORMS @@ -127,7 +135,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - jekyll (~> 4.2.2) + jekyll (~> 4.3.2) jekyll-feed (~> 0.17) jekyll-theme-hydeout (~> 4.2) minima (~> 2.5)