diff --git a/Gemfile b/Gemfile index 241bf3d..49fd2ec 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" gem "jekyll", "~> 4.2", ">= 4.2.0" -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8", ">= 1.8.2" # Warning - in the start of 2020, Font Awesome was replaced, so from 0.9.0 # onwards the `fa` icons won't work. diff --git a/Gemfile.lock b/Gemfile.lock index 6bb6d99..6702b68 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,7 +126,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.3.0) - webrick (1.7.0) + webrick (1.8.2) PLATFORMS ruby @@ -145,7 +145,7 @@ DEPENDENCIES tzinfo (~> 1.2) tzinfo-data wdm (~> 0.1.1) - webrick (~> 1.7) + webrick (~> 1.8, >= 1.8.2) BUNDLED WITH 2.1.4