diff --git a/Gemfile b/Gemfile index b1389a1..85c942f 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'jekyll-paginate', '~>1.1.0' gem 'jekyll', '~>3.9.0' gem 'json', '~> 2.3' gem 'neat', '~> 1.7.1' -gem 'nokogiri', '~> 1.13.6' +gem 'nokogiri', '~> 1.14.2' gem 'rouge', '~> 2.2.1' gem 'therubyracer', '~>0.12.3' gem "jekyll-github-metadata", "~> 2.14" diff --git a/Gemfile.lock b/Gemfile.lock index 1638f82..e1c6f47 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,12 +81,12 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) method_source (1.0.0) - mini_portile2 (2.8.0) + mini_portile2 (2.8.1) multipart-post (2.1.1) neat (1.7.4) bourbon (>= 4.0) sass (>= 3.3) - nokogiri (1.13.6) + nokogiri (1.14.2) mini_portile2 (~> 2.8.0) racc (~> 1.4) octokit (4.22.0) @@ -98,7 +98,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.7) - racc (1.6.0) + racc (1.6.2) rb-fsevent (0.11.1) rb-inotify (0.10.1) ffi (~> 1.0) @@ -134,7 +134,7 @@ DEPENDENCIES kramdown (~> 2.3.1) kramdown-parser-gfm (~> 1.1.0) neat (~> 1.7.1) - nokogiri (~> 1.13.6) + nokogiri (~> 1.14.2) pry rouge (~> 2.2.1) terminal-notifier (~> 2.0.0)