diff --git a/Gemfile b/Gemfile index 2a3069fa8..360aa47a0 100644 --- a/Gemfile +++ b/Gemfile @@ -5,4 +5,4 @@ source 'https://rubygems.org' gem 'jekyll', '4.2.2' gem 'jekyll-paginate', '1.1.0' gem 'jekyll-spaceship', '0.10.2' -gem 'webrick', '1.8.1' +gem 'webrick', '1.8.2' diff --git a/Gemfile.lock b/Gemfile.lock index 10ad0d726..bd8156bfa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,7 +71,7 @@ GEM terminal-table (2.0.0) unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (1.8.0) - webrick (1.8.1) + webrick (1.8.2) PLATFORMS arm64-darwin-22 @@ -83,7 +83,7 @@ DEPENDENCIES jekyll (= 4.2.2) jekyll-paginate (= 1.1.0) jekyll-spaceship (= 0.10.2) - webrick (= 1.8.1) + webrick (= 1.8.2) BUNDLED WITH 2.3.25