diff --git a/Gemfile b/Gemfile index 450a5d4..c598501 100644 --- a/Gemfile +++ b/Gemfile @@ -39,4 +39,4 @@ gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] # Performance-booster for watching directories on Windows gem 'wdm', '~> 0.1.0' if Gem.win_platform? -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index 9285b04..7920104 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,7 +109,7 @@ GEM ttfunk (1.7.0) typhoeus (1.4.0) ethon (>= 0.9.0) - webrick (1.8.1) + webrick (1.8.2) yell (2.2.2) zeitwerk (2.6.8) @@ -126,7 +126,7 @@ DEPENDENCIES kramdown-parser-gfm rake tzinfo-data - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.2.23