diff --git a/Gemfile b/Gemfile index b6a14fa..9d186a4 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", "~> 3.9" -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" gem "kramdown-parser-gfm" # 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 e0b9f71..310ca0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,7 +64,7 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) strscan (3.1.0) - webrick (1.7.0) + webrick (1.8.2) PLATFORMS ruby @@ -75,7 +75,7 @@ DEPENDENCIES kramdown-parser-gfm minima (~> 2.0) tzinfo-data - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.2.16