diff --git a/Gemfile b/Gemfile index b46a5b3..278dedb 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'jekyll' gem 'jekyll-sitemap' -gem 'nokogiri', '~> 1.13.2' +gem 'nokogiri', '~> 1.14.3' gem 'octopress', '~> 3.0.0.rc.12' gem 'pygments.rb' gem 'jemoji' diff --git a/Gemfile.lock b/Gemfile.lock index ea5b7e9..5f05c23 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,7 +17,7 @@ GEM ffi (1.15.5) forwardable-extended (2.6.0) gemoji (4.0.1) - google-protobuf (3.21.12-x86_64-darwin) + google-protobuf (3.21.12) html-pipeline (2.14.3) activesupport (>= 2) nokogiri (>= 1.4) @@ -60,7 +60,9 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) minitest (5.17.0) - nokogiri (1.13.10-x86_64-darwin) + nokogiri (1.14.3-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.14.3-x86_64-linux) racc (~> 1.4) octopress (3.0.11) jekyll (>= 2.0) @@ -90,6 +92,8 @@ GEM safe_yaml (1.0.5) sass-embedded (1.57.1-x86_64-darwin) google-protobuf (~> 3.21) + sass-embedded (1.57.1-x86_64-linux-gnu) + google-protobuf (~> 3.21) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) titlecase (0.1.1) @@ -100,13 +104,14 @@ GEM PLATFORMS x86_64-darwin-20 + x86_64-linux DEPENDENCIES jekyll jekyll-sitemap jemoji kramdown-parser-gfm - nokogiri (~> 1.13.2) + nokogiri (~> 1.14.3) octopress (~> 3.0.0.rc.12) pygments.rb webrick (~> 1.7)