diff --git a/Gemfile b/Gemfile index 97d10ee38..36d8c8f60 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "jekyll-polyglot", "~> 1.8" gem "jekyll-paginate-v2", "~> 3.0" # Additional gems for security and performance -gem "webrick", "~> 1.8" # Required for Ruby 3.0+ +gem "webrick", "~> 1.9" # Required for Ruby 3.0+ gem "csv", "~> 3.3" # Required for Ruby 3.4+ gem "base64", "~> 0.2" # Required for Ruby 3.4+ gem "logger", "~> 1.6" # Will be removed from stdlib in Ruby 3.5 diff --git a/Gemfile.lock b/Gemfile.lock index 089325043..10ce613b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,7 +87,7 @@ GEM terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.6.0) - webrick (1.9.1) + webrick (1.9.2) PLATFORMS arm64-darwin @@ -105,7 +105,7 @@ DEPENDENCIES jekyll-sitemap (~> 1.4) logger (~> 1.6) ostruct (~> 0.6) - webrick (~> 1.8) + webrick (~> 1.9) RUBY VERSION ruby 3.3.5p100