From 05f792e8c86225b912eb5f05451927aa7b017fe6 Mon Sep 17 00:00:00 2001 From: Max Starikov Date: Fri, 10 Jan 2025 19:19:29 +0100 Subject: [PATCH] fix security warning --- Gemfile | 1 + Gemfile.lock | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d037405..c34d02b 100644 --- a/Gemfile +++ b/Gemfile @@ -2,3 +2,4 @@ source "https://rubygems.org" gem "fastlane" gem "jmespath", ">= 1.6.1" +gem "webrick", ">= 1.8.2" \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index aa10956..7b4f93b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -190,7 +190,7 @@ GEM unf_ext unf_ext (0.0.8) unicode-display_width (1.8.0) - webrick (1.7.0) + webrick (1.9.1) word_wrap (1.0.0) xcodeproj (1.21.0) CFPropertyList (>= 2.3.3, < 4.0) @@ -211,6 +211,7 @@ PLATFORMS DEPENDENCIES fastlane jmespath (>= 1.6.1) + webrick (>= 1.8.2) BUNDLED WITH 2.2.29